HSL(30, 48%, 48%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,48%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 48%, 48%) | color: hsl(30, 48%, 48%) | |
| HEX | #B57A40 | color: #B57A40 | |
| RGB | rgb(181, 122, 64) | color: rgb(181, 122, 64) | |
| CMYK | cmyk(0%, 33%, 65%, 29%) | — | |
| HSV | hsv(30, 65%, 71%) | — | |
| HWB | hwb(30 25% 29%) | color: hwb(30 25% 29%) | |
| OKLCH | oklch(0.6288 0.1046 63.36) | color: oklch(0.6288 0.1046 63.36) | |
| Lab | lab(56.2 17.23 40.42) | color: lab(56.2 17.23 40.42) | |
| LCH | lch(56.2 43.94 66.91) | color: lch(56.2 43.94 66.91) |
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)
#9B9B4E — rgb(155, 155, 78)
Deuteranopia (Green-blind)
#9FA351 — rgb(159, 163, 81)
Tritanopia (Blue-blind)
#B2595C — rgb(178, 89, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 48%, 48%);
text
color: hsl(30, 48%, 48%);
border
border: 2px solid hsl(30, 48%, 48%);
gradient light
background: linear-gradient(to right, hsl(30, 48%, 68%), hsl(30, 48%, 48%));
gradient dark
background: linear-gradient(to right, hsl(30, 48%, 48%), hsl(30, 48%, 28%))
hex
background-color: #B57A40;
tailwind
bg-[hsl(30,48%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 48%, 48%, 0.4);
css variable
--color-primary: hsl(30, 48%, 48%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 48%, 48%)?
HEX: #B57A40 | RGB: rgb(181, 122, 64) | CMYK: 0%, 33%, 65%, 29% | HSV: 30°, 65%, 71%. Copy any format from the conversion table above.
What colors go well with #B57A40?
The complementary color is HSL(210, 48%, 48%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 48%, 48%) in CSS?
As HSL: color: hsl(30, 48%, 48%); — As HEX: color: #B57A40; — As RGB: color: rgb(181, 122, 64); — Tailwind CSS: bg-[hsl(30,48%,48%)] — CSS variable: --color-primary: hsl(30, 48%, 48%);