HSL(38, 41%, 53%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,41%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 41%, 53%) | color: hsl(38, 41%, 53%) | |
| HEX | #B89456 | color: #B89456 | |
| RGB | rgb(184, 148, 86) | color: rgb(184, 148, 86) | |
| CMYK | cmyk(0%, 20%, 53%, 28%) | — | |
| HSV | hsv(38, 53%, 72%) | — | |
| HWB | hwb(38 34% 28%) | color: hwb(38 34% 28%) | |
| OKLCH | oklch(0.6865 0.0911 79.92) | color: oklch(0.6865 0.0911 79.92) | |
| Lab | lab(63.38 5.82 37.63) | color: lab(63.38 5.82 37.63) | |
| LCH | lch(63.38 38.08 81.21) | color: lch(63.38 38.08 81.21) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A8A865 — rgb(168, 168, 101)
Deuteranopia (Green-blind)
#ABAD69 — rgb(171, 173, 105)
Tritanopia (Blue-blind)
#B67173 — rgb(182, 113, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 41%, 53%);
text
color: hsl(38, 41%, 53%);
border
border: 2px solid hsl(38, 41%, 53%);
gradient light
background: linear-gradient(to right, hsl(38, 41%, 73%), hsl(38, 41%, 53%));
gradient dark
background: linear-gradient(to right, hsl(38, 41%, 53%), hsl(38, 41%, 33%))
hex
background-color: #B89456;
tailwind
bg-[hsl(38,41%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 41%, 53%, 0.4);
css variable
--color-primary: hsl(38, 41%, 53%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 41%, 53%)?
HEX: #B89456 | RGB: rgb(184, 148, 86) | CMYK: 0%, 20%, 53%, 28% | HSV: 38°, 53%, 72%. Copy any format from the conversion table above.
What colors go well with #B89456?
The complementary color is HSL(218, 41%, 53%). 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, 41%, 53%) in CSS?
As HSL: color: hsl(38, 41%, 53%); — As HEX: color: #B89456; — As RGB: color: rgb(184, 148, 86); — Tailwind CSS: bg-[hsl(38,41%,53%)] — CSS variable: --color-primary: hsl(38, 41%, 53%);