HSL(337, 16%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(337,16%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 16%, 77%) | color: hsl(337, 16%, 77%) | |
| HEX | #CEBBC2 | color: #CEBBC2 | |
| RGB | rgb(206, 187, 194) | color: rgb(206, 187, 194) | |
| CMYK | cmyk(0%, 9%, 6%, 19%) | — | |
| HSV | hsv(338, 9%, 81%) | — | |
| HWB | hwb(338 74% 19%) | color: hwb(338 74% 19%) | |
| OKLCH | oklch(0.81 0.0235 353.29) | color: oklch(0.81 0.0235 353.29) | |
| Lab | lab(77.61 7.93 -1.08) | color: lab(77.61 7.93 -1.08) | |
| LCH | lch(77.61 8 352.24) | color: lch(77.61 8 352.24) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#C6C6C0 — rgb(198, 198, 192)
Deuteranopia (Green-blind)
#C7C8C0 — rgb(199, 200, 192)
Tritanopia (Blue-blind)
#CDBFBF — rgb(205, 191, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 16%, 77%);
text
color: hsl(337, 16%, 77%);
border
border: 2px solid hsl(337, 16%, 77%);
gradient light
background: linear-gradient(to right, hsl(337, 16%, 97%), hsl(337, 16%, 77%));
gradient dark
background: linear-gradient(to right, hsl(337, 16%, 77%), hsl(337, 16%, 57%))
hex
background-color: #CEBBC2;
tailwind
bg-[hsl(337,16%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 16%, 77%, 0.4);
css variable
--color-primary: hsl(337, 16%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 16%, 77%)?
HEX: #CEBBC2 | RGB: rgb(206, 187, 194) | CMYK: 0%, 9%, 6%, 19% | HSV: 338°, 9%, 81%. Copy any format from the conversion table above.
What colors go well with #CEBBC2?
The complementary color is HSL(157, 16%, 77%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 16%, 77%) in CSS?
As HSL: color: hsl(337, 16%, 77%); — As HEX: color: #CEBBC2; — As RGB: color: rgb(206, 187, 194); — Tailwind CSS: bg-[hsl(337,16%,77%)] — CSS variable: --color-primary: hsl(337, 16%, 77%);