HSL(25, 63%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,63%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 63%, 70%) | color: hsl(25, 63%, 70%) | |
| HEX | #E3AA82 | color: #E3AA82 | |
| RGB | rgb(227, 170, 130) | color: rgb(227, 170, 130) | |
| CMYK | cmyk(0%, 25%, 43%, 11%) | — | |
| HSV | hsv(25, 43%, 89%) | — | |
| HWB | hwb(25 51% 11%) | color: hwb(25 51% 11%) | |
| OKLCH | oklch(0.7818 0.086 56.15) | color: oklch(0.7818 0.086 56.15) | |
| Lab | lab(73.99 15.95 28.76) | color: lab(73.99 15.95 28.76) | |
| LCH | lch(73.99 32.89 60.99) | color: lch(73.99 32.89 60.99) |
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)
#CACA8C — rgb(202, 202, 140)
Deuteranopia (Green-blind)
#CED28E — rgb(206, 210, 142)
Tritanopia (Blue-blind)
#E09395 — rgb(224, 147, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 63%, 70%);
text
color: hsl(25, 63%, 70%);
border
border: 2px solid hsl(25, 63%, 70%);
gradient light
background: linear-gradient(to right, hsl(25, 63%, 90%), hsl(25, 63%, 70%));
gradient dark
background: linear-gradient(to right, hsl(25, 63%, 70%), hsl(25, 63%, 50%))
hex
background-color: #E3AA82;
tailwind
bg-[hsl(25,63%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 63%, 70%, 0.4);
css variable
--color-primary: hsl(25, 63%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 63%, 70%)?
HEX: #E3AA82 | RGB: rgb(227, 170, 130) | CMYK: 0%, 25%, 43%, 11% | HSV: 25°, 43%, 89%. Copy any format from the conversion table above.
What colors go well with #E3AA82?
The complementary color is HSL(205, 63%, 70%). 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%, 70%) in CSS?
As HSL: color: hsl(25, 63%, 70%); — As HEX: color: #E3AA82; — As RGB: color: rgb(227, 170, 130); — Tailwind CSS: bg-[hsl(25,63%,70%)] — CSS variable: --color-primary: hsl(25, 63%, 70%);