HSL(38, 10%, 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(38,10%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 10%, 30%) | color: hsl(38, 10%, 30%) | |
| HEX | #544F45 | color: #544F45 | |
| RGB | rgb(84, 79, 69) | color: rgb(84, 79, 69) | |
| CMYK | cmyk(0%, 6%, 18%, 67%) | — | |
| HSV | hsv(40, 18%, 33%) | — | |
| HWB | hwb(40 27% 67%) | color: hwb(40 27% 67%) | |
| OKLCH | oklch(0.4293 0.0173 84.58) | color: oklch(0.4293 0.0173 84.58) | |
| Lab | lab(33.79 0.11 6.65) | color: lab(33.79 0.11 6.65) | |
| LCH | lch(33.79 6.65 89.05) | color: lch(33.79 6.65 89.05) |
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)
#525247 — rgb(82, 82, 71)
Deuteranopia (Green-blind)
#525348 — rgb(82, 83, 72)
Tritanopia (Blue-blind)
#54494A — rgb(84, 73, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 10%, 30%);
text
color: hsl(38, 10%, 30%);
border
border: 2px solid hsl(38, 10%, 30%);
gradient light
background: linear-gradient(to right, hsl(38, 10%, 50%), hsl(38, 10%, 30%));
gradient dark
background: linear-gradient(to right, hsl(38, 10%, 30%), hsl(38, 10%, 10%))
hex
background-color: #544F45;
tailwind
bg-[hsl(38,10%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 10%, 30%, 0.4);
css variable
--color-primary: hsl(38, 10%, 30%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 10%, 30%)?
HEX: #544F45 | RGB: rgb(84, 79, 69) | CMYK: 0%, 6%, 18%, 67% | HSV: 40°, 18%, 33%. Copy any format from the conversion table above.
What colors go well with #544F45?
The complementary color is HSL(218, 10%, 30%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 10%, 30%) in CSS?
As HSL: color: hsl(38, 10%, 30%); — As HEX: color: #544F45; — As RGB: color: rgb(84, 79, 69); — Tailwind CSS: bg-[hsl(38,10%,30%)] — CSS variable: --color-primary: hsl(38, 10%, 30%);