HSL(21, 75%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,75%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 75%, 55%) | color: hsl(21, 75%, 55%) | |
| HEX | #E27236 | color: #E27236 | |
| RGB | rgb(226, 114, 54) | color: rgb(226, 114, 54) | |
| CMYK | cmyk(0%, 50%, 76%, 11%) | — | |
| HSV | hsv(21, 76%, 89%) | — | |
| HWB | hwb(21 21% 11%) | color: hwb(21 21% 11%) | |
| OKLCH | oklch(0.6727 0.1571 46.18) | color: oklch(0.6727 0.1571 46.18) | |
| Lab | lab(60.31 39.56 51.53) | color: lab(60.31 39.56 51.53) | |
| LCH | lch(60.31 64.96 52.49) | color: lch(60.31 64.96 52.49) |
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)
#B2B045 — rgb(178, 176, 69)
Deuteranopia (Green-blind)
#B8C048 — rgb(184, 192, 72)
Tritanopia (Blue-blind)
#DC5053 — rgb(220, 80, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 75%, 55%);
text
color: hsl(21, 75%, 55%);
border
border: 2px solid hsl(21, 75%, 55%);
gradient light
background: linear-gradient(to right, hsl(21, 75%, 75%), hsl(21, 75%, 55%));
gradient dark
background: linear-gradient(to right, hsl(21, 75%, 55%), hsl(21, 75%, 35%))
hex
background-color: #E27236;
tailwind
bg-[hsl(21,75%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 75%, 55%, 0.4);
css variable
--color-primary: hsl(21, 75%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 75%, 55%)?
HEX: #E27236 | RGB: rgb(226, 114, 54) | CMYK: 0%, 50%, 76%, 11% | HSV: 21°, 76%, 89%. Copy any format from the conversion table above.
What colors go well with #E27236?
The complementary color is HSL(201, 75%, 55%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 75%, 55%) in CSS?
As HSL: color: hsl(21, 75%, 55%); — As HEX: color: #E27236; — As RGB: color: rgb(226, 114, 54); — Tailwind CSS: bg-[hsl(21,75%,55%)] — CSS variable: --color-primary: hsl(21, 75%, 55%);