HSL(46, 70%, 8%)
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(46,70%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 70%, 8%) | color: hsl(46, 70%, 8%) | |
| HEX | #231C06 | color: #231C06 | |
| RGB | rgb(35, 28, 6) | color: rgb(35, 28, 6) | |
| CMYK | cmyk(0%, 20%, 83%, 86%) | — | |
| HSV | hsv(46, 83%, 14%) | — | |
| HWB | hwb(46 2% 86%) | color: hwb(46 2% 86%) | |
| OKLCH | oklch(0.229 0.0375 91.9) | color: oklch(0.229 0.0375 91.9) | |
| Lab | lab(10.57 -0.01 13.3) | color: lab(10.57 -0.01 13.3) | |
| LCH | lch(10.57 13.3 90.04) | color: lch(10.57 13.3 90.04) |
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)
#20200B — rgb(32, 32, 11)
Deuteranopia (Green-blind)
#20210D — rgb(32, 33, 13)
Tritanopia (Blue-blind)
#231010 — rgb(35, 16, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 70%, 8%);
text
color: hsl(46, 70%, 8%);
border
border: 2px solid hsl(46, 70%, 8%);
gradient light
background: linear-gradient(to right, hsl(46, 70%, 28%), hsl(46, 70%, 8%));
gradient dark
background: linear-gradient(to right, hsl(46, 70%, 8%), hsl(46, 70%, 0%))
hex
background-color: #231C06;
tailwind
bg-[hsl(46,70%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 70%, 8%, 0.4);
css variable
--color-primary: hsl(46, 70%, 8%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 70%, 8%)?
HEX: #231C06 | RGB: rgb(35, 28, 6) | CMYK: 0%, 20%, 83%, 86% | HSV: 46°, 83%, 14%. Copy any format from the conversion table above.
What colors go well with #231C06?
The complementary color is HSL(226, 70%, 8%). 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, 70%, 8%) in CSS?
As HSL: color: hsl(46, 70%, 8%); — As HEX: color: #231C06; — As RGB: color: rgb(35, 28, 6); — Tailwind CSS: bg-[hsl(46,70%,8%)] — CSS variable: --color-primary: hsl(46, 70%, 8%);