HSL(18, 70%, 62%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,70%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 70%, 62%) | color: hsl(18, 70%, 62%) | |
| HEX | #E2835A | color: #E2835A | |
| RGB | rgb(226, 131, 90) | color: rgb(226, 131, 90) | |
| CMYK | cmyk(0%, 42%, 60%, 11%) | — | |
| HSV | hsv(18, 60%, 89%) | — | |
| HWB | hwb(18 36% 11%) | color: hwb(18 36% 11%) | |
| OKLCH | oklch(0.7043 0.1298 43.58) | color: oklch(0.7043 0.1298 43.58) | |
| Lab | lab(64.28 32.78 37.72) | color: lab(64.28 32.78 37.72) | |
| LCH | lch(64.28 49.97 49.01) | color: lch(64.28 49.97 49.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)
#B9B864 — rgb(185, 184, 100)
Deuteranopia (Green-blind)
#BEC666 — rgb(190, 198, 102)
Tritanopia (Blue-blind)
#DD6C6D — rgb(221, 108, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 70%, 62%);
text
color: hsl(18, 70%, 62%);
border
border: 2px solid hsl(18, 70%, 62%);
gradient light
background: linear-gradient(to right, hsl(18, 70%, 82%), hsl(18, 70%, 62%));
gradient dark
background: linear-gradient(to right, hsl(18, 70%, 62%), hsl(18, 70%, 42%))
hex
background-color: #E2835A;
tailwind
bg-[hsl(18,70%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 70%, 62%, 0.4);
css variable
--color-primary: hsl(18, 70%, 62%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 70%, 62%)?
HEX: #E2835A | RGB: rgb(226, 131, 90) | CMYK: 0%, 42%, 60%, 11% | HSV: 18°, 60%, 89%. Copy any format from the conversion table above.
What colors go well with #E2835A?
The complementary color is HSL(198, 70%, 62%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 70%, 62%) in CSS?
As HSL: color: hsl(18, 70%, 62%); — As HEX: color: #E2835A; — As RGB: color: rgb(226, 131, 90); — Tailwind CSS: bg-[hsl(18,70%,62%)] — CSS variable: --color-primary: hsl(18, 70%, 62%);