HSL(47, 45%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,45%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 45%, 65%) | color: hsl(47, 45%, 65%) | |
| HEX | #CEBD7E | color: #CEBD7E | |
| RGB | rgb(206, 189, 126) | color: rgb(206, 189, 126) | |
| CMYK | cmyk(0%, 8%, 39%, 19%) | — | |
| HSV | hsv(47, 39%, 81%) | — | |
| HWB | hwb(47 49% 19%) | color: hwb(47 49% 19%) | |
| OKLCH | oklch(0.7981 0.084 94.82) | color: oklch(0.7981 0.084 94.82) | |
| Lab | lab(76.69 -2.99 34.03) | color: lab(76.69 -2.99 34.03) | |
| LCH | lch(76.69 34.16 95.02) | color: lch(76.69 34.16 95.02) |
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)
#C7C68D — rgb(199, 198, 141)
Deuteranopia (Green-blind)
#C8C991 — rgb(200, 201, 145)
Tritanopia (Blue-blind)
#CD999C — rgb(205, 153, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 45%, 65%);
text
color: hsl(47, 45%, 65%);
border
border: 2px solid hsl(47, 45%, 65%);
gradient light
background: linear-gradient(to right, hsl(47, 45%, 85%), hsl(47, 45%, 65%));
gradient dark
background: linear-gradient(to right, hsl(47, 45%, 65%), hsl(47, 45%, 45%))
hex
background-color: #CEBD7E;
tailwind
bg-[hsl(47,45%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 45%, 65%, 0.4);
css variable
--color-primary: hsl(47, 45%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 45%, 65%)?
HEX: #CEBD7E | RGB: rgb(206, 189, 126) | CMYK: 0%, 8%, 39%, 19% | HSV: 47°, 39%, 81%. Copy any format from the conversion table above.
What colors go well with #CEBD7E?
The complementary color is HSL(227, 45%, 65%). 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, 45%, 65%) in CSS?
As HSL: color: hsl(47, 45%, 65%); — As HEX: color: #CEBD7E; — As RGB: color: rgb(206, 189, 126); — Tailwind CSS: bg-[hsl(47,45%,65%)] — CSS variable: --color-primary: hsl(47, 45%, 65%);