HSL(53, 15%, 35%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(53,15%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 15%, 35%) | color: hsl(53, 15%, 35%) | |
| HEX | #67644C | color: #67644C | |
| RGB | rgb(103, 100, 76) | color: rgb(103, 100, 76) | |
| CMYK | cmyk(0%, 3%, 26%, 60%) | — | |
| HSV | hsv(53, 26%, 40%) | — | |
| HWB | hwb(53 30% 60%) | color: hwb(53 30% 60%) | |
| OKLCH | oklch(0.4992 0.0364 101.66) | color: oklch(0.4992 0.0364 101.66) | |
| Lab | lab(42.03 -3.15 14.08) | color: lab(42.03 -3.15 14.08) | |
| LCH | lch(42.03 14.43 102.61) | color: lch(42.03 14.43 102.61) |
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)
#666652 — rgb(102, 102, 82)
Deuteranopia (Green-blind)
#666653 — rgb(102, 102, 83)
Tritanopia (Blue-blind)
#675657 — rgb(103, 86, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 15%, 35%);
text
color: hsl(53, 15%, 35%);
border
border: 2px solid hsl(53, 15%, 35%);
gradient light
background: linear-gradient(to right, hsl(53, 15%, 55%), hsl(53, 15%, 35%));
gradient dark
background: linear-gradient(to right, hsl(53, 15%, 35%), hsl(53, 15%, 15%))
hex
background-color: #67644C;
tailwind
bg-[hsl(53,15%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 15%, 35%, 0.4);
css variable
--color-primary: hsl(53, 15%, 35%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 15%, 35%)?
HEX: #67644C | RGB: rgb(103, 100, 76) | CMYK: 0%, 3%, 26%, 60% | HSV: 53°, 26%, 40%. Copy any format from the conversion table above.
What colors go well with #67644C?
The complementary color is HSL(233, 15%, 35%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 15%, 35%) in CSS?
As HSL: color: hsl(53, 15%, 35%); — As HEX: color: #67644C; — As RGB: color: rgb(103, 100, 76); — Tailwind CSS: bg-[hsl(53,15%,35%)] — CSS variable: --color-primary: hsl(53, 15%, 35%);