HSL(35, 14%, 30%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(35,14%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 14%, 30%) | color: hsl(35, 14%, 30%) | |
| HEX | #574E42 | color: #574E42 | |
| RGB | rgb(87, 78, 66) | color: rgb(87, 78, 66) | |
| CMYK | cmyk(0%, 10%, 24%, 66%) | — | |
| HSV | hsv(34, 24%, 34%) | — | |
| HWB | hwb(34 26% 66%) | color: hwb(34 26% 66%) | |
| OKLCH | oklch(0.4291 0.0226 75.02) | color: oklch(0.4291 0.0226 75.02) | |
| Lab | lab(33.71 1.51 8.47) | color: lab(33.71 1.51 8.47) | |
| LCH | lch(33.71 8.6 79.89) | color: lch(33.71 8.6 79.89) |
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)
#535345 — rgb(83, 83, 69)
Deuteranopia (Green-blind)
#545446 — rgb(84, 84, 70)
Tritanopia (Blue-blind)
#574748 — rgb(87, 71, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 14%, 30%);
text
color: hsl(35, 14%, 30%);
border
border: 2px solid hsl(35, 14%, 30%);
gradient light
background: linear-gradient(to right, hsl(35, 14%, 50%), hsl(35, 14%, 30%));
gradient dark
background: linear-gradient(to right, hsl(35, 14%, 30%), hsl(35, 14%, 10%))
hex
background-color: #574E42;
tailwind
bg-[hsl(35,14%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 14%, 30%, 0.4);
css variable
--color-primary: hsl(35, 14%, 30%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 14%, 30%)?
HEX: #574E42 | RGB: rgb(87, 78, 66) | CMYK: 0%, 10%, 24%, 66% | HSV: 34°, 24%, 34%. Copy any format from the conversion table above.
What colors go well with #574E42?
The complementary color is HSL(215, 14%, 30%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 14%, 30%) in CSS?
As HSL: color: hsl(35, 14%, 30%); — As HEX: color: #574E42; — As RGB: color: rgb(87, 78, 66); — Tailwind CSS: bg-[hsl(35,14%,30%)] — CSS variable: --color-primary: hsl(35, 14%, 30%);