HSL(30, 48%, 75%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,48%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 48%, 75%) | color: hsl(30, 48%, 75%) | |
| HEX | #DEBFA1 | color: #DEBFA1 | |
| RGB | rgb(222, 191, 161) | color: rgb(222, 191, 161) | |
| CMYK | cmyk(0%, 14%, 27%, 13%) | — | |
| HSV | hsv(30, 27%, 87%) | — | |
| HWB | hwb(30 64% 13%) | color: hwb(30 64% 13%) | |
| OKLCH | oklch(0.8236 0.0538 66.03) | color: oklch(0.8236 0.0538 66.03) | |
| Lab | lab(79.25 6.56 19.23) | color: lab(79.25 6.56 19.23) | |
| LCH | lch(79.25 20.32 71.16) | color: lch(79.25 20.32 71.16) |
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)
#D1D0A8 — rgb(209, 208, 168)
Deuteranopia (Green-blind)
#D2D5AA — rgb(210, 213, 170)
Tritanopia (Blue-blind)
#DCAEAF — rgb(220, 174, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 48%, 75%);
text
color: hsl(30, 48%, 75%);
border
border: 2px solid hsl(30, 48%, 75%);
gradient light
background: linear-gradient(to right, hsl(30, 48%, 95%), hsl(30, 48%, 75%));
gradient dark
background: linear-gradient(to right, hsl(30, 48%, 75%), hsl(30, 48%, 55%))
hex
background-color: #DEBFA1;
tailwind
bg-[hsl(30,48%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 48%, 75%, 0.4);
css variable
--color-primary: hsl(30, 48%, 75%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 48%, 75%)?
HEX: #DEBFA1 | RGB: rgb(222, 191, 161) | CMYK: 0%, 14%, 27%, 13% | HSV: 30°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #DEBFA1?
The complementary color is HSL(210, 48%, 75%). 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%, 75%) in CSS?
As HSL: color: hsl(30, 48%, 75%); — As HEX: color: #DEBFA1; — As RGB: color: rgb(222, 191, 161); — Tailwind CSS: bg-[hsl(30,48%,75%)] — CSS variable: --color-primary: hsl(30, 48%, 75%);