HSL(15, 60%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(15,60%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 60%, 67%) | color: hsl(15, 60%, 67%) | |
| HEX | #DD9278 | color: #DD9278 | |
| RGB | rgb(221, 146, 120) | color: rgb(221, 146, 120) | |
| CMYK | cmyk(0%, 34%, 46%, 13%) | — | |
| HSV | hsv(15, 46%, 87%) | — | |
| HWB | hwb(15 47% 13%) | color: hwb(15 47% 13%) | |
| OKLCH | oklch(0.7293 0.0987 39.89) | color: oklch(0.7293 0.0987 39.89) | |
| Lab | lab(67.49 25.4 25.41) | color: lab(67.49 25.4 25.41) | |
| LCH | lch(67.49 35.93 45.01) | color: lch(67.49 35.93 45.01) |
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)
#BDBC7E — rgb(189, 188, 126)
Deuteranopia (Green-blind)
#C1C780 — rgb(193, 199, 128)
Tritanopia (Blue-blind)
#D98384 — rgb(217, 131, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 60%, 67%);
text
color: hsl(15, 60%, 67%);
border
border: 2px solid hsl(15, 60%, 67%);
gradient light
background: linear-gradient(to right, hsl(15, 60%, 87%), hsl(15, 60%, 67%));
gradient dark
background: linear-gradient(to right, hsl(15, 60%, 67%), hsl(15, 60%, 47%))
hex
background-color: #DD9278;
tailwind
bg-[hsl(15,60%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 60%, 67%, 0.4);
css variable
--color-primary: hsl(15, 60%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 60%, 67%)?
HEX: #DD9278 | RGB: rgb(221, 146, 120) | CMYK: 0%, 34%, 46%, 13% | HSV: 15°, 46%, 87%. Copy any format from the conversion table above.
What colors go well with #DD9278?
The complementary color is HSL(195, 60%, 67%). 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, 60%, 67%) in CSS?
As HSL: color: hsl(15, 60%, 67%); — As HEX: color: #DD9278; — As RGB: color: rgb(221, 146, 120); — Tailwind CSS: bg-[hsl(15,60%,67%)] — CSS variable: --color-primary: hsl(15, 60%, 67%);