HSL(64, 69%, 27%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(64,69%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(64, 69%, 27%) | color: hsl(64, 69%, 27%) | |
| HEX | #6E7415 | color: #6E7415 | |
| RGB | rgb(110, 116, 21) | color: rgb(110, 116, 21) | |
| CMYK | cmyk(5%, 0%, 82%, 55%) | — | |
| HSV | hsv(64, 82%, 45%) | — | |
| HWB | hwb(64 8% 55%) | color: hwb(64 8% 55%) | |
| OKLCH | oklch(0.5364 0.112 113.37) | color: oklch(0.5364 0.112 113.37) | |
| Lab | lab(46.79 -14.28 47.22) | color: lab(46.79 -14.28 47.22) | |
| LCH | lch(46.79 49.33 106.83) | color: lch(46.79 49.33 106.83) |
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)
#71712C — rgb(113, 113, 44)
Deuteranopia (Green-blind)
#707032 — rgb(112, 112, 50)
Tritanopia (Blue-blind)
#6E3E42 — rgb(110, 62, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(64, 69%, 27%);
text
color: hsl(64, 69%, 27%);
border
border: 2px solid hsl(64, 69%, 27%);
gradient light
background: linear-gradient(to right, hsl(64, 69%, 47%), hsl(64, 69%, 27%));
gradient dark
background: linear-gradient(to right, hsl(64, 69%, 27%), hsl(64, 69%, 7%))
hex
background-color: #6E7415;
tailwind
bg-[hsl(64,69%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(64, 69%, 27%, 0.4);
css variable
--color-primary: hsl(64, 69%, 27%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(64, 69%, 27%)?
HEX: #6E7415 | RGB: rgb(110, 116, 21) | CMYK: 5%, 0%, 82%, 55% | HSV: 64°, 82%, 45%. Copy any format from the conversion table above.
What colors go well with #6E7415?
The complementary color is HSL(244, 69%, 27%). For a triadic harmony, use hues 64°, 184°, and 304°. For analogous combinations, try hues 34° and 94°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(64, 69%, 27%) in CSS?
As HSL: color: hsl(64, 69%, 27%); — As HEX: color: #6E7415; — As RGB: color: rgb(110, 116, 21); — Tailwind CSS: bg-[hsl(64,69%,27%)] — CSS variable: --color-primary: hsl(64, 69%, 27%);