HSL(25, 63%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,63%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 63%, 68%) | color: hsl(25, 63%, 68%) | |
| HEX | #E1A57A | color: #E1A57A | |
| RGB | rgb(225, 165, 122) | color: rgb(225, 165, 122) | |
| CMYK | cmyk(0%, 27%, 46%, 12%) | — | |
| HSV | hsv(25, 46%, 88%) | — | |
| HWB | hwb(25 48% 12%) | color: hwb(25 48% 12%) | |
| OKLCH | oklch(0.7688 0.0915 56.52) | color: oklch(0.7688 0.0915 56.52) | |
| Lab | lab(72.45 17 30.95) | color: lab(72.45 17 30.95) | |
| LCH | lch(72.45 35.31 61.22) | color: lch(72.45 35.31 61.22) |
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)
#C7C684 — rgb(199, 198, 132)
Deuteranopia (Green-blind)
#CBCF87 — rgb(203, 207, 135)
Tritanopia (Blue-blind)
#DE8D8E — rgb(222, 141, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 63%, 68%);
text
color: hsl(25, 63%, 68%);
border
border: 2px solid hsl(25, 63%, 68%);
gradient light
background: linear-gradient(to right, hsl(25, 63%, 88%), hsl(25, 63%, 68%));
gradient dark
background: linear-gradient(to right, hsl(25, 63%, 68%), hsl(25, 63%, 48%))
hex
background-color: #E1A57A;
tailwind
bg-[hsl(25,63%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 63%, 68%, 0.4);
css variable
--color-primary: hsl(25, 63%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 63%, 68%)?
HEX: #E1A57A | RGB: rgb(225, 165, 122) | CMYK: 0%, 27%, 46%, 12% | HSV: 25°, 46%, 88%. Copy any format from the conversion table above.
What colors go well with #E1A57A?
The complementary color is HSL(205, 63%, 68%). 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%, 68%) in CSS?
As HSL: color: hsl(25, 63%, 68%); — As HEX: color: #E1A57A; — As RGB: color: rgb(225, 165, 122); — Tailwind CSS: bg-[hsl(25,63%,68%)] — CSS variable: --color-primary: hsl(25, 63%, 68%);