HSL(25, 63%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,63%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 63%, 65%) | color: hsl(25, 63%, 65%) | |
| HEX | #DE9C6E | color: #DE9C6E | |
| RGB | rgb(222, 156, 110) | color: rgb(222, 156, 110) | |
| CMYK | cmyk(0%, 30%, 50%, 13%) | — | |
| HSV | hsv(25, 50%, 87%) | — | |
| HWB | hwb(25 44% 13%) | color: hwb(25 44% 13%) | |
| OKLCH | oklch(0.7467 0.1 55.42) | color: oklch(0.7467 0.1 55.42) | |
| Lab | lab(69.78 19.47 33.84) | color: lab(69.78 19.47 33.84) | |
| LCH | lch(69.78 39.04 60.09) | color: lch(69.78 39.04 60.09) |
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)
#C1C179 — rgb(193, 193, 121)
Deuteranopia (Green-blind)
#C5CA7C — rgb(197, 202, 124)
Tritanopia (Blue-blind)
#DB8284 — rgb(219, 130, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 63%, 65%);
text
color: hsl(25, 63%, 65%);
border
border: 2px solid hsl(25, 63%, 65%);
gradient light
background: linear-gradient(to right, hsl(25, 63%, 85%), hsl(25, 63%, 65%));
gradient dark
background: linear-gradient(to right, hsl(25, 63%, 65%), hsl(25, 63%, 45%))
hex
background-color: #DE9C6E;
tailwind
bg-[hsl(25,63%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 63%, 65%, 0.4);
css variable
--color-primary: hsl(25, 63%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 63%, 65%)?
HEX: #DE9C6E | RGB: rgb(222, 156, 110) | CMYK: 0%, 30%, 50%, 13% | HSV: 25°, 50%, 87%. Copy any format from the conversion table above.
What colors go well with #DE9C6E?
The complementary color is HSL(205, 63%, 65%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(25, 63%, 65%) in CSS?
As HSL: color: hsl(25, 63%, 65%); — As HEX: color: #DE9C6E; — As RGB: color: rgb(222, 156, 110); — Tailwind CSS: bg-[hsl(25,63%,65%)] — CSS variable: --color-primary: hsl(25, 63%, 65%);