HSL(22, 59%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,59%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 59%, 77%) | color: hsl(22, 59%, 77%) | |
| HEX | #E7BBA2 | color: #E7BBA2 | |
| RGB | rgb(231, 187, 162) | color: rgb(231, 187, 162) | |
| CMYK | cmyk(0%, 19%, 30%, 9%) | — | |
| HSV | hsv(22, 30%, 91%) | — | |
| HWB | hwb(22 64% 9%) | color: hwb(22 64% 9%) | |
| OKLCH | oklch(0.8246 0.0613 51.15) | color: oklch(0.8246 0.0613 51.15) | |
| Lab | lab(79.12 12.25 18.64) | color: lab(79.12 12.25 18.64) | |
| LCH | lch(79.12 22.3 56.69) | color: lch(79.12 22.3 56.69) |
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)
#D4D4A8 — rgb(212, 212, 168)
Deuteranopia (Green-blind)
#D7DAAA — rgb(215, 218, 170)
Tritanopia (Blue-blind)
#E5ADAE — rgb(229, 173, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 59%, 77%);
text
color: hsl(22, 59%, 77%);
border
border: 2px solid hsl(22, 59%, 77%);
gradient light
background: linear-gradient(to right, hsl(22, 59%, 97%), hsl(22, 59%, 77%));
gradient dark
background: linear-gradient(to right, hsl(22, 59%, 77%), hsl(22, 59%, 57%))
hex
background-color: #E7BBA2;
tailwind
bg-[hsl(22,59%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 59%, 77%, 0.4);
css variable
--color-primary: hsl(22, 59%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 59%, 77%)?
HEX: #E7BBA2 | RGB: rgb(231, 187, 162) | CMYK: 0%, 19%, 30%, 9% | HSV: 22°, 30%, 91%. Copy any format from the conversion table above.
What colors go well with #E7BBA2?
The complementary color is HSL(202, 59%, 77%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 59%, 77%) in CSS?
As HSL: color: hsl(22, 59%, 77%); — As HEX: color: #E7BBA2; — As RGB: color: rgb(231, 187, 162); — Tailwind CSS: bg-[hsl(22,59%,77%)] — CSS variable: --color-primary: hsl(22, 59%, 77%);