HSL(38, 25%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,25%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 25%, 25%) | color: hsl(38, 25%, 25%) | |
| HEX | #504430 | color: #504430 | |
| RGB | rgb(80, 68, 48) | color: rgb(80, 68, 48) | |
| CMYK | cmyk(0%, 15%, 40%, 69%) | — | |
| HSV | hsv(38, 40%, 31%) | — | |
| HWB | hwb(38 19% 69%) | color: hwb(38 19% 69%) | |
| OKLCH | oklch(0.3933 0.0355 80.13) | color: oklch(0.3933 0.0355 80.13) | |
| Lab | lab(29.55 1.75 14.02) | color: lab(29.55 1.75 14.02) | |
| LCH | lch(29.55 14.13 82.89) | color: lch(29.55 14.13 82.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)
#4B4B35 — rgb(75, 75, 53)
Deuteranopia (Green-blind)
#4C4C36 — rgb(76, 76, 54)
Tritanopia (Blue-blind)
#4F393A — rgb(79, 57, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 25%, 25%);
text
color: hsl(38, 25%, 25%);
border
border: 2px solid hsl(38, 25%, 25%);
gradient light
background: linear-gradient(to right, hsl(38, 25%, 45%), hsl(38, 25%, 25%));
gradient dark
background: linear-gradient(to right, hsl(38, 25%, 25%), hsl(38, 25%, 5%))
hex
background-color: #504430;
tailwind
bg-[hsl(38,25%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 25%, 25%, 0.4);
css variable
--color-primary: hsl(38, 25%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 25%, 25%)?
HEX: #504430 | RGB: rgb(80, 68, 48) | CMYK: 0%, 15%, 40%, 69% | HSV: 38°, 40%, 31%. Copy any format from the conversion table above.
What colors go well with #504430?
The complementary color is HSL(218, 25%, 25%). 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, 25%, 25%) in CSS?
As HSL: color: hsl(38, 25%, 25%); — As HEX: color: #504430; — As RGB: color: rgb(80, 68, 48); — Tailwind CSS: bg-[hsl(38,25%,25%)] — CSS variable: --color-primary: hsl(38, 25%, 25%);