HSL(336, 52%, 27%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,52%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 52%, 27%) | color: hsl(336, 52%, 27%) | |
| HEX | #69213E | color: #69213E | |
| RGB | rgb(105, 33, 62) | color: rgb(105, 33, 62) | |
| CMYK | cmyk(0%, 69%, 41%, 59%) | — | |
| HSV | hsv(336, 69%, 41%) | — | |
| HWB | hwb(336 13% 59%) | color: hwb(336 13% 59%) | |
| OKLCH | oklch(0.368 0.1068 358.89) | color: oklch(0.368 0.1068 358.89) | |
| Lab | lab(25.07 34.9 -0.95) | color: lab(25.07 34.9 -0.95) | |
| LCH | lch(25.07 34.91 358.44) | color: lch(25.07 34.91 358.44) |
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)
#4A4937 — rgb(74, 73, 55)
Deuteranopia (Green-blind)
#4E5335 — rgb(78, 83, 53)
Tritanopia (Blue-blind)
#653130 — rgb(101, 49, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 52%, 27%);
text
color: hsl(336, 52%, 27%);
border
border: 2px solid hsl(336, 52%, 27%);
gradient light
background: linear-gradient(to right, hsl(336, 52%, 47%), hsl(336, 52%, 27%));
gradient dark
background: linear-gradient(to right, hsl(336, 52%, 27%), hsl(336, 52%, 7%))
hex
background-color: #69213E;
tailwind
bg-[hsl(336,52%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 52%, 27%, 0.4);
css variable
--color-primary: hsl(336, 52%, 27%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 52%, 27%)?
HEX: #69213E | RGB: rgb(105, 33, 62) | CMYK: 0%, 69%, 41%, 59% | HSV: 336°, 69%, 41%. Copy any format from the conversion table above.
What colors go well with #69213E?
The complementary color is HSL(156, 52%, 27%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 52%, 27%) in CSS?
As HSL: color: hsl(336, 52%, 27%); — As HEX: color: #69213E; — As RGB: color: rgb(105, 33, 62); — Tailwind CSS: bg-[hsl(336,52%,27%)] — CSS variable: --color-primary: hsl(336, 52%, 27%);