HSL(53, 72%, 47%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,72%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 72%, 47%) | color: hsl(53, 72%, 47%) | |
| HEX | #CEBA22 | color: #CEBA22 | |
| RGB | rgb(206, 186, 34) | color: rgb(206, 186, 34) | |
| CMYK | cmyk(0%, 10%, 83%, 19%) | — | |
| HSV | hsv(53, 83%, 81%) | — | |
| HWB | hwb(53 14% 19%) | color: hwb(53 14% 19%) | |
| OKLCH | oklch(0.7823 0.1557 101.07) | color: oklch(0.7823 0.1557 101.07) | |
| Lab | lab(75.05 -7.72 71.28) | color: lab(75.05 -7.72 71.28) | |
| LCH | lch(75.05 71.7 96.18) | color: lch(75.05 71.7 96.18) |
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)
#C5C547 — rgb(197, 197, 71)
Deuteranopia (Green-blind)
#C7C850 — rgb(199, 200, 80)
Tritanopia (Blue-blind)
#CD646A — rgb(205, 100, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 72%, 47%);
text
color: hsl(53, 72%, 47%);
border
border: 2px solid hsl(53, 72%, 47%);
gradient light
background: linear-gradient(to right, hsl(53, 72%, 67%), hsl(53, 72%, 47%));
gradient dark
background: linear-gradient(to right, hsl(53, 72%, 47%), hsl(53, 72%, 27%))
hex
background-color: #CEBA22;
tailwind
bg-[hsl(53,72%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 72%, 47%, 0.4);
css variable
--color-primary: hsl(53, 72%, 47%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 72%, 47%)?
HEX: #CEBA22 | RGB: rgb(206, 186, 34) | CMYK: 0%, 10%, 83%, 19% | HSV: 53°, 83%, 81%. Copy any format from the conversion table above.
What colors go well with #CEBA22?
The complementary color is HSL(233, 72%, 47%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 72%, 47%) in CSS?
As HSL: color: hsl(53, 72%, 47%); — As HEX: color: #CEBA22; — As RGB: color: rgb(206, 186, 34); — Tailwind CSS: bg-[hsl(53,72%,47%)] — CSS variable: --color-primary: hsl(53, 72%, 47%);