HSL(55, 92%, 45%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,92%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 92%, 45%) | color: hsl(55, 92%, 45%) | |
| HEX | #DCCB09 | color: #DCCB09 | |
| RGB | rgb(220, 203, 9) | color: rgb(220, 203, 9) | |
| CMYK | cmyk(0%, 8%, 96%, 14%) | — | |
| HSV | hsv(55, 96%, 86%) | — | |
| HWB | hwb(55 3% 14%) | color: hwb(55 3% 14%) | |
| OKLCH | oklch(0.8301 0.1736 103.35) | color: oklch(0.8301 0.1736 103.35) | |
| Lab | lab(80.71 -10.76 80.4) | color: lab(80.71 -10.76 80.4) | |
| LCH | lch(80.71 81.12 97.62) | color: lch(80.71 81.12 97.62) |
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)
#D5D438 — rgb(213, 212, 56)
Deuteranopia (Green-blind)
#D6D743 — rgb(214, 215, 67)
Tritanopia (Blue-blind)
#DB5D65 — rgb(219, 93, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 92%, 45%);
text
color: hsl(55, 92%, 45%);
border
border: 2px solid hsl(55, 92%, 45%);
gradient light
background: linear-gradient(to right, hsl(55, 92%, 65%), hsl(55, 92%, 45%));
gradient dark
background: linear-gradient(to right, hsl(55, 92%, 45%), hsl(55, 92%, 25%))
hex
background-color: #DCCB09;
tailwind
bg-[hsl(55,92%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 92%, 45%, 0.4);
css variable
--color-primary: hsl(55, 92%, 45%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 92%, 45%)?
HEX: #DCCB09 | RGB: rgb(220, 203, 9) | CMYK: 0%, 8%, 96%, 14% | HSV: 55°, 96%, 86%. Copy any format from the conversion table above.
What colors go well with #DCCB09?
The complementary color is HSL(235, 92%, 45%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 92%, 45%) in CSS?
As HSL: color: hsl(55, 92%, 45%); — As HEX: color: #DCCB09; — As RGB: color: rgb(220, 203, 9); — Tailwind CSS: bg-[hsl(55,92%,45%)] — CSS variable: --color-primary: hsl(55, 92%, 45%);