HSL(47, 27%, 67%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,27%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 27%, 67%) | color: hsl(47, 27%, 67%) | |
| HEX | #C2B894 | color: #C2B894 | |
| RGB | rgb(194, 184, 148) | color: rgb(194, 184, 148) | |
| CMYK | cmyk(0%, 5%, 24%, 24%) | — | |
| HSV | hsv(47, 24%, 76%) | — | |
| HWB | hwb(47 58% 24%) | color: hwb(47 58% 24%) | |
| OKLCH | oklch(0.7816 0.0501 94.35) | color: oklch(0.7816 0.0501 94.35) | |
| Lab | lab(74.76 -2.26 19.6) | color: lab(74.76 -2.26 19.6) | |
| LCH | lch(74.76 19.73 96.58) | color: lch(74.76 19.73 96.58) |
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)
#BEBE9D — rgb(190, 190, 157)
Deuteranopia (Green-blind)
#BEBF9F — rgb(190, 191, 159)
Tritanopia (Blue-blind)
#C2A4A5 — rgb(194, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 27%, 67%);
text
color: hsl(47, 27%, 67%);
border
border: 2px solid hsl(47, 27%, 67%);
gradient light
background: linear-gradient(to right, hsl(47, 27%, 87%), hsl(47, 27%, 67%));
gradient dark
background: linear-gradient(to right, hsl(47, 27%, 67%), hsl(47, 27%, 47%))
hex
background-color: #C2B894;
tailwind
bg-[hsl(47,27%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 27%, 67%, 0.4);
css variable
--color-primary: hsl(47, 27%, 67%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 27%, 67%)?
HEX: #C2B894 | RGB: rgb(194, 184, 148) | CMYK: 0%, 5%, 24%, 24% | HSV: 47°, 24%, 76%. Copy any format from the conversion table above.
What colors go well with #C2B894?
The complementary color is HSL(227, 27%, 67%). 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, 27%, 67%) in CSS?
As HSL: color: hsl(47, 27%, 67%); — As HEX: color: #C2B894; — As RGB: color: rgb(194, 184, 148); — Tailwind CSS: bg-[hsl(47,27%,67%)] — CSS variable: --color-primary: hsl(47, 27%, 67%);