HSL(47, 75%, 5%)
Very Dark Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Dark Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,75%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 75%, 5%) | color: hsl(47, 75%, 5%) | |
| HEX | #161203 | color: #161203 | |
| RGB | rgb(22, 18, 3) | color: rgb(22, 18, 3) | |
| CMYK | cmyk(0%, 18%, 86%, 91%) | — | |
| HSV | hsv(47, 86%, 9%) | — | |
| HWB | hwb(47 1% 91%) | color: hwb(47 1% 91%) | |
| OKLCH | oklch(0.1824 0.0302 96.35) | color: oklch(0.1824 0.0302 96.35) | |
| Lab | lab(5.51 -0.65 7.01) | color: lab(5.51 -0.65 7.01) | |
| LCH | lch(5.51 7.04 95.3) | color: lch(5.51 7.04 95.3) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#141407 — rgb(20, 20, 7)
Deuteranopia (Green-blind)
#151508 — rgb(21, 21, 8)
Tritanopia (Blue-blind)
#16090A — rgb(22, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 75%, 5%);
text
color: hsl(47, 75%, 5%);
border
border: 2px solid hsl(47, 75%, 5%);
gradient light
background: linear-gradient(to right, hsl(47, 75%, 25%), hsl(47, 75%, 5%));
gradient dark
background: linear-gradient(to right, hsl(47, 75%, 5%), hsl(47, 75%, 0%))
hex
background-color: #161203;
tailwind
bg-[hsl(47,75%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 75%, 5%, 0.4);
css variable
--color-primary: hsl(47, 75%, 5%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 75%, 5%)?
HEX: #161203 | RGB: rgb(22, 18, 3) | CMYK: 0%, 18%, 86%, 91% | HSV: 47°, 86%, 9%. Copy any format from the conversion table above.
What colors go well with #161203?
The complementary color is HSL(227, 75%, 5%). 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, 75%, 5%) in CSS?
As HSL: color: hsl(47, 75%, 5%); — As HEX: color: #161203; — As RGB: color: rgb(22, 18, 3); — Tailwind CSS: bg-[hsl(47,75%,5%)] — CSS variable: --color-primary: hsl(47, 75%, 5%);