HSL(333, 47%, 28%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,47%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 47%, 28%) | color: hsl(333, 47%, 28%) | |
| HEX | #692644 | color: #692644 | |
| RGB | rgb(105, 38, 68) | color: rgb(105, 38, 68) | |
| CMYK | cmyk(0%, 64%, 35%, 59%) | — | |
| HSV | hsv(333, 64%, 41%) | — | |
| HWB | hwb(333 15% 59%) | color: hwb(333 15% 59%) | |
| OKLCH | oklch(0.3769 0.1017 355.22) | color: oklch(0.3769 0.1017 355.22) | |
| Lab | lab(26.18 33.25 -3.37) | color: lab(26.18 33.25 -3.37) | |
| LCH | lch(26.18 33.42 354.21) | color: lch(26.18 33.42 354.21) |
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)
#4C4B3D — rgb(76, 75, 61)
Deuteranopia (Green-blind)
#50553B — rgb(80, 85, 59)
Tritanopia (Blue-blind)
#663736 — rgb(102, 55, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 47%, 28%);
text
color: hsl(333, 47%, 28%);
border
border: 2px solid hsl(333, 47%, 28%);
gradient light
background: linear-gradient(to right, hsl(333, 47%, 48%), hsl(333, 47%, 28%));
gradient dark
background: linear-gradient(to right, hsl(333, 47%, 28%), hsl(333, 47%, 8%))
hex
background-color: #692644;
tailwind
bg-[hsl(333,47%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 47%, 28%, 0.4);
css variable
--color-primary: hsl(333, 47%, 28%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 47%, 28%)?
HEX: #692644 | RGB: rgb(105, 38, 68) | CMYK: 0%, 64%, 35%, 59% | HSV: 333°, 64%, 41%. Copy any format from the conversion table above.
What colors go well with #692644?
The complementary color is HSL(153, 47%, 28%). 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, 47%, 28%) in CSS?
As HSL: color: hsl(333, 47%, 28%); — As HEX: color: #692644; — As RGB: color: rgb(105, 38, 68); — Tailwind CSS: bg-[hsl(333,47%,28%)] — CSS variable: --color-primary: hsl(333, 47%, 28%);