HSL(46, 95%, 44%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,95%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 95%, 44%) | color: hsl(46, 95%, 44%) | |
| HEX | #DBA906 | color: #DBA906 | |
| RGB | rgb(219, 169, 6) | color: rgb(219, 169, 6) | |
| CMYK | cmyk(0%, 23%, 97%, 14%) | — | |
| HSV | hsv(46, 97%, 86%) | — | |
| HWB | hwb(46 3% 14%) | color: hwb(46 3% 14%) | |
| OKLCH | oklch(0.7598 0.1545 87.02) | color: oklch(0.7598 0.1545 87.02) | |
| Lab | lab(71.86 6.42 74.25) | color: lab(71.86 6.42 74.25) | |
| LCH | lch(71.86 74.53 85.06) | color: lch(71.86 74.53 85.06) |
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)
#C5C52D — rgb(197, 197, 45)
Deuteranopia (Green-blind)
#C8CC37 — rgb(200, 204, 55)
Tritanopia (Blue-blind)
#D94D53 — rgb(217, 77, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 95%, 44%);
text
color: hsl(46, 95%, 44%);
border
border: 2px solid hsl(46, 95%, 44%);
gradient light
background: linear-gradient(to right, hsl(46, 95%, 64%), hsl(46, 95%, 44%));
gradient dark
background: linear-gradient(to right, hsl(46, 95%, 44%), hsl(46, 95%, 24%))
hex
background-color: #DBA906;
tailwind
bg-[hsl(46,95%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 95%, 44%, 0.4);
css variable
--color-primary: hsl(46, 95%, 44%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 95%, 44%)?
HEX: #DBA906 | RGB: rgb(219, 169, 6) | CMYK: 0%, 23%, 97%, 14% | HSV: 46°, 97%, 86%. Copy any format from the conversion table above.
What colors go well with #DBA906?
The complementary color is HSL(226, 95%, 44%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 95%, 44%) in CSS?
As HSL: color: hsl(46, 95%, 44%); — As HEX: color: #DBA906; — As RGB: color: rgb(219, 169, 6); — Tailwind CSS: bg-[hsl(46,95%,44%)] — CSS variable: --color-primary: hsl(46, 95%, 44%);