HSL(22, 66%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,66%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 66%, 24%) | color: hsl(22, 66%, 24%) | |
| HEX | #663215 | color: #663215 | |
| RGB | rgb(102, 50, 21) | color: rgb(102, 50, 21) | |
| CMYK | cmyk(0%, 51%, 79%, 60%) | — | |
| HSV | hsv(21, 79%, 40%) | — | |
| HWB | hwb(21 8% 60%) | color: hwb(21 8% 60%) | |
| OKLCH | oklch(0.3801 0.0852 47.33) | color: oklch(0.3801 0.0852 47.33) | |
| Lab | lab(27.19 20.96 28.18) | color: lab(27.19 20.96 28.18) | |
| LCH | lch(27.19 35.12 53.36) | color: lch(27.19 35.12 53.36) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#4F4F1C — rgb(79, 79, 28)
Deuteranopia (Green-blind)
#53561E — rgb(83, 86, 30)
Tritanopia (Blue-blind)
#632223 — rgb(99, 34, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 66%, 24%);
text
color: hsl(22, 66%, 24%);
border
border: 2px solid hsl(22, 66%, 24%);
gradient light
background: linear-gradient(to right, hsl(22, 66%, 44%), hsl(22, 66%, 24%));
gradient dark
background: linear-gradient(to right, hsl(22, 66%, 24%), hsl(22, 66%, 4%))
hex
background-color: #663215;
tailwind
bg-[hsl(22,66%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 66%, 24%, 0.4);
css variable
--color-primary: hsl(22, 66%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 66%, 24%)?
HEX: #663215 | RGB: rgb(102, 50, 21) | CMYK: 0%, 51%, 79%, 60% | HSV: 21°, 79%, 40%. Copy any format from the conversion table above.
What colors go well with #663215?
The complementary color is HSL(202, 66%, 24%). 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, 66%, 24%) in CSS?
As HSL: color: hsl(22, 66%, 24%); — As HEX: color: #663215; — As RGB: color: rgb(102, 50, 21); — Tailwind CSS: bg-[hsl(22,66%,24%)] — CSS variable: --color-primary: hsl(22, 66%, 24%);