HSL(25, 65%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,65%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 65%, 63%) | color: hsl(25, 65%, 63%) | |
| HEX | #DE9663 | color: #DE9663 | |
| RGB | rgb(222, 150, 99) | color: rgb(222, 150, 99) | |
| CMYK | cmyk(0%, 32%, 55%, 13%) | — | |
| HSV | hsv(25, 55%, 87%) | — | |
| HWB | hwb(25 39% 13%) | color: hwb(25 39% 13%) | |
| OKLCH | oklch(0.734 0.1096 55.42) | color: oklch(0.734 0.1096 55.42) | |
| Lab | lab(68.2 21.74 37.68) | color: lab(68.2 21.74 37.68) | |
| LCH | lch(68.2 43.5 60.02) | color: lch(68.2 43.5 60.02) |
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)
#BFBE6F — rgb(191, 190, 111)
Deuteranopia (Green-blind)
#C3C872 — rgb(195, 200, 114)
Tritanopia (Blue-blind)
#DA797B — rgb(218, 121, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 65%, 63%);
text
color: hsl(25, 65%, 63%);
border
border: 2px solid hsl(25, 65%, 63%);
gradient light
background: linear-gradient(to right, hsl(25, 65%, 83%), hsl(25, 65%, 63%));
gradient dark
background: linear-gradient(to right, hsl(25, 65%, 63%), hsl(25, 65%, 43%))
hex
background-color: #DE9663;
tailwind
bg-[hsl(25,65%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 65%, 63%, 0.4);
css variable
--color-primary: hsl(25, 65%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 65%, 63%)?
HEX: #DE9663 | RGB: rgb(222, 150, 99) | CMYK: 0%, 32%, 55%, 13% | HSV: 25°, 55%, 87%. Copy any format from the conversion table above.
What colors go well with #DE9663?
The complementary color is HSL(205, 65%, 63%). 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, 65%, 63%) in CSS?
As HSL: color: hsl(25, 65%, 63%); — As HEX: color: #DE9663; — As RGB: color: rgb(222, 150, 99); — Tailwind CSS: bg-[hsl(25,65%,63%)] — CSS variable: --color-primary: hsl(25, 65%, 63%);