HSL(15, 30%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(15,30%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 30%, 60%) | color: hsl(15, 30%, 60%) | |
| HEX | #B88A7A | color: #B88A7A | |
| RGB | rgb(184, 138, 122) | color: rgb(184, 138, 122) | |
| CMYK | cmyk(0%, 25%, 34%, 28%) | — | |
| HSV | hsv(15, 34%, 72%) | — | |
| HWB | hwb(15 48% 28%) | color: hwb(15 48% 28%) | |
| OKLCH | oklch(0.6735 0.0613 40.02) | color: oklch(0.6735 0.0613 40.02) | |
| Lab | lab(61.46 15.29 15.39) | color: lab(61.46 15.29 15.39) | |
| LCH | lch(61.46 21.69 45.19) | color: lch(61.46 21.69 45.19) |
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)
#A4A47E — rgb(164, 164, 126)
Deuteranopia (Green-blind)
#A7AA7F — rgb(167, 170, 127)
Tritanopia (Blue-blind)
#B68182 — rgb(182, 129, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 30%, 60%);
text
color: hsl(15, 30%, 60%);
border
border: 2px solid hsl(15, 30%, 60%);
gradient light
background: linear-gradient(to right, hsl(15, 30%, 80%), hsl(15, 30%, 60%));
gradient dark
background: linear-gradient(to right, hsl(15, 30%, 60%), hsl(15, 30%, 40%))
hex
background-color: #B88A7A;
tailwind
bg-[hsl(15,30%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 30%, 60%, 0.4);
css variable
--color-primary: hsl(15, 30%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 30%, 60%)?
HEX: #B88A7A | RGB: rgb(184, 138, 122) | CMYK: 0%, 25%, 34%, 28% | HSV: 15°, 34%, 72%. Copy any format from the conversion table above.
What colors go well with #B88A7A?
The complementary color is HSL(195, 30%, 60%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 30%, 60%) in CSS?
As HSL: color: hsl(15, 30%, 60%); — As HEX: color: #B88A7A; — As RGB: color: rgb(184, 138, 122); — Tailwind CSS: bg-[hsl(15,30%,60%)] — CSS variable: --color-primary: hsl(15, 30%, 60%);