HSL(22, 69%, 65%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,69%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 69%, 65%) | color: hsl(22, 69%, 65%) | |
| HEX | #E39568 | color: #E39568 | |
| RGB | rgb(227, 149, 104) | color: rgb(227, 149, 104) | |
| CMYK | cmyk(0%, 34%, 54%, 11%) | — | |
| HSV | hsv(22, 54%, 89%) | — | |
| HWB | hwb(22 41% 11%) | color: hwb(22 41% 11%) | |
| OKLCH | oklch(0.7388 0.1119 50.3) | color: oklch(0.7388 0.1119 50.3) | |
| Lab | lab(68.63 24.72 35.69) | color: lab(68.63 24.72 35.69) | |
| LCH | lch(68.63 43.41 55.29) | color: lch(68.63 43.41 55.29) |
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)
#C1C173 — rgb(193, 193, 115)
Deuteranopia (Green-blind)
#C6CC76 — rgb(198, 204, 118)
Tritanopia (Blue-blind)
#DF7B7D — rgb(223, 123, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 69%, 65%);
text
color: hsl(22, 69%, 65%);
border
border: 2px solid hsl(22, 69%, 65%);
gradient light
background: linear-gradient(to right, hsl(22, 69%, 85%), hsl(22, 69%, 65%));
gradient dark
background: linear-gradient(to right, hsl(22, 69%, 65%), hsl(22, 69%, 45%))
hex
background-color: #E39568;
tailwind
bg-[hsl(22,69%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 69%, 65%, 0.4);
css variable
--color-primary: hsl(22, 69%, 65%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 69%, 65%)?
HEX: #E39568 | RGB: rgb(227, 149, 104) | CMYK: 0%, 34%, 54%, 11% | HSV: 22°, 54%, 89%. Copy any format from the conversion table above.
What colors go well with #E39568?
The complementary color is HSL(202, 69%, 65%). 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, 69%, 65%) in CSS?
As HSL: color: hsl(22, 69%, 65%); — As HEX: color: #E39568; — As RGB: color: rgb(227, 149, 104); — Tailwind CSS: bg-[hsl(22,69%,65%)] — CSS variable: --color-primary: hsl(22, 69%, 65%);