HSL(333, 10%, 15%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(333,10%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 10%, 15%) | color: hsl(333, 10%, 15%) | |
| HEX | #2A2226 | color: #2A2226 | |
| RGB | rgb(42, 34, 38) | color: rgb(42, 34, 38) | |
| CMYK | cmyk(0%, 19%, 10%, 84%) | — | |
| HSV | hsv(330, 19%, 16%) | — | |
| HWB | hwb(330 13% 84%) | color: hwb(330 13% 84%) | |
| OKLCH | oklch(0.2627 0.014 346.49) | color: oklch(0.2627 0.014 346.49) | |
| Lab | lab(14.27 4.68 -1.26) | color: lab(14.27 4.68 -1.26) | |
| LCH | lch(14.27 4.85 344.93) | color: lch(14.27 4.85 344.93) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#272625 — rgb(39, 38, 37)
Deuteranopia (Green-blind)
#272825 — rgb(39, 40, 37)
Tritanopia (Blue-blind)
#2A2424 — rgb(42, 36, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 10%, 15%);
text
color: hsl(333, 10%, 15%);
border
border: 2px solid hsl(333, 10%, 15%);
gradient light
background: linear-gradient(to right, hsl(333, 10%, 35%), hsl(333, 10%, 15%));
gradient dark
background: linear-gradient(to right, hsl(333, 10%, 15%), hsl(333, 10%, 0%))
hex
background-color: #2A2226;
tailwind
bg-[hsl(333,10%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 10%, 15%, 0.4);
css variable
--color-primary: hsl(333, 10%, 15%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 10%, 15%)?
HEX: #2A2226 | RGB: rgb(42, 34, 38) | CMYK: 0%, 19%, 10%, 84% | HSV: 330°, 19%, 16%. Copy any format from the conversion table above.
What colors go well with #2A2226?
The complementary color is HSL(153, 10%, 15%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 10%, 15%) in CSS?
As HSL: color: hsl(333, 10%, 15%); — As HEX: color: #2A2226; — As RGB: color: rgb(42, 34, 38); — Tailwind CSS: bg-[hsl(333,10%,15%)] — CSS variable: --color-primary: hsl(333, 10%, 15%);