HSL(47, 16%, 77%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(47,16%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 16%, 77%) | color: hsl(47, 16%, 77%) | |
| HEX | #CECABB | color: #CECABB | |
| RGB | rgb(206, 202, 187) | color: rgb(206, 202, 187) | |
| CMYK | cmyk(0%, 2%, 9%, 19%) | — | |
| HSV | hsv(47, 9%, 81%) | — | |
| HWB | hwb(47 74% 19%) | color: hwb(47 74% 19%) | |
| OKLCH | oklch(0.8381 0.0209 94.56) | color: oklch(0.8381 0.0209 94.56) | |
| Lab | lab(81.26 -1.22 7.98) | color: lab(81.26 -1.22 7.98) | |
| LCH | lch(81.26 8.07 98.69) | color: lch(81.26 8.07 98.69) |
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)
#CCCCBF — rgb(204, 204, 191)
Deuteranopia (Green-blind)
#CDCDC0 — rgb(205, 205, 192)
Tritanopia (Blue-blind)
#CEC1C2 — rgb(206, 193, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 16%, 77%);
text
color: hsl(47, 16%, 77%);
border
border: 2px solid hsl(47, 16%, 77%);
gradient light
background: linear-gradient(to right, hsl(47, 16%, 97%), hsl(47, 16%, 77%));
gradient dark
background: linear-gradient(to right, hsl(47, 16%, 77%), hsl(47, 16%, 57%))
hex
background-color: #CECABB;
tailwind
bg-[hsl(47,16%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 16%, 77%, 0.4);
css variable
--color-primary: hsl(47, 16%, 77%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 16%, 77%)?
HEX: #CECABB | RGB: rgb(206, 202, 187) | CMYK: 0%, 2%, 9%, 19% | HSV: 47°, 9%, 81%. Copy any format from the conversion table above.
What colors go well with #CECABB?
The complementary color is HSL(227, 16%, 77%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 16%, 77%) in CSS?
As HSL: color: hsl(47, 16%, 77%); — As HEX: color: #CECABB; — As RGB: color: rgb(206, 202, 187); — Tailwind CSS: bg-[hsl(47,16%,77%)] — CSS variable: --color-primary: hsl(47, 16%, 77%);