HSL(64, 75%, 27%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(64,75%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(64, 75%, 27%) | color: hsl(64, 75%, 27%) | |
| HEX | #727811 | color: #727811 | |
| RGB | rgb(114, 120, 17) | color: rgb(114, 120, 17) | |
| CMYK | cmyk(5%, 0%, 86%, 53%) | — | |
| HSV | hsv(63, 86%, 47%) | — | |
| HWB | hwb(63 7% 53%) | color: hwb(63 7% 53%) | |
| OKLCH | oklch(0.5495 0.1171 113.24) | color: oklch(0.5495 0.1171 113.24) | |
| Lab | lab(48.32 -14.74 49.86) | color: lab(48.32 -14.74 49.86) | |
| LCH | lch(48.32 51.99 106.47) | color: lch(48.32 51.99 106.47) |
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)
#75752A — rgb(117, 117, 42)
Deuteranopia (Green-blind)
#747430 — rgb(116, 116, 48)
Tritanopia (Blue-blind)
#723E42 — rgb(114, 62, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(64, 75%, 27%);
text
color: hsl(64, 75%, 27%);
border
border: 2px solid hsl(64, 75%, 27%);
gradient light
background: linear-gradient(to right, hsl(64, 75%, 47%), hsl(64, 75%, 27%));
gradient dark
background: linear-gradient(to right, hsl(64, 75%, 27%), hsl(64, 75%, 7%))
hex
background-color: #727811;
tailwind
bg-[hsl(64,75%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(64, 75%, 27%, 0.4);
css variable
--color-primary: hsl(64, 75%, 27%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(64, 75%, 27%)?
HEX: #727811 | RGB: rgb(114, 120, 17) | CMYK: 5%, 0%, 86%, 53% | HSV: 63°, 86%, 47%. Copy any format from the conversion table above.
What colors go well with #727811?
The complementary color is HSL(244, 75%, 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, 75%, 27%) in CSS?
As HSL: color: hsl(64, 75%, 27%); — As HEX: color: #727811; — As RGB: color: rgb(114, 120, 17); — Tailwind CSS: bg-[hsl(64,75%,27%)] — CSS variable: --color-primary: hsl(64, 75%, 27%);