HSL(55, 50%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,50%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 50%, 29%) | color: hsl(55, 50%, 29%) | |
| HEX | #6F6925 | color: #6F6925 | |
| RGB | rgb(111, 105, 37) | color: rgb(111, 105, 37) | |
| CMYK | cmyk(0%, 5%, 67%, 56%) | — | |
| HSV | hsv(55, 67%, 44%) | — | |
| HWB | hwb(55 15% 56%) | color: hwb(55 15% 56%) | |
| OKLCH | oklch(0.5121 0.0887 104.27) | color: oklch(0.5121 0.0887 104.27) | |
| Lab | lab(43.68 -6.81 37.83) | color: lab(43.68 -6.81 37.83) | |
| LCH | lch(43.68 38.44 100.2) | color: lch(43.68 38.44 100.2) |
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)
#6C6C35 — rgb(108, 108, 53)
Deuteranopia (Green-blind)
#6D6D39 — rgb(109, 109, 57)
Tritanopia (Blue-blind)
#6F4245 — rgb(111, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 50%, 29%);
text
color: hsl(55, 50%, 29%);
border
border: 2px solid hsl(55, 50%, 29%);
gradient light
background: linear-gradient(to right, hsl(55, 50%, 49%), hsl(55, 50%, 29%));
gradient dark
background: linear-gradient(to right, hsl(55, 50%, 29%), hsl(55, 50%, 9%))
hex
background-color: #6F6925;
tailwind
bg-[hsl(55,50%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 50%, 29%, 0.4);
css variable
--color-primary: hsl(55, 50%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 50%, 29%)?
HEX: #6F6925 | RGB: rgb(111, 105, 37) | CMYK: 0%, 5%, 67%, 56% | HSV: 55°, 67%, 44%. Copy any format from the conversion table above.
What colors go well with #6F6925?
The complementary color is HSL(235, 50%, 29%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 50%, 29%) in CSS?
As HSL: color: hsl(55, 50%, 29%); — As HEX: color: #6F6925; — As RGB: color: rgb(111, 105, 37); — Tailwind CSS: bg-[hsl(55,50%,29%)] — CSS variable: --color-primary: hsl(55, 50%, 29%);