HSL(22, 53%, 61%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,53%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 53%, 61%) | color: hsl(22, 53%, 61%) | |
| HEX | #D08D67 | color: #D08D67 | |
| RGB | rgb(208, 141, 103) | color: rgb(208, 141, 103) | |
| CMYK | cmyk(0%, 32%, 50%, 18%) | — | |
| HSV | hsv(22, 50%, 82%) | — | |
| HWB | hwb(22 41% 18%) | color: hwb(22 41% 18%) | |
| OKLCH | oklch(0.702 0.0971 50.16) | color: oklch(0.702 0.0971 50.16) | |
| Lab | lab(64.52 21.25 30.53) | color: lab(64.52 21.25 30.53) | |
| LCH | lch(64.52 37.2 55.16) | color: lch(64.52 37.2 55.16) |
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)
#B3B270 — rgb(179, 178, 112)
Deuteranopia (Green-blind)
#B7BC72 — rgb(183, 188, 114)
Tritanopia (Blue-blind)
#CD7779 — rgb(205, 119, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 53%, 61%);
text
color: hsl(22, 53%, 61%);
border
border: 2px solid hsl(22, 53%, 61%);
gradient light
background: linear-gradient(to right, hsl(22, 53%, 81%), hsl(22, 53%, 61%));
gradient dark
background: linear-gradient(to right, hsl(22, 53%, 61%), hsl(22, 53%, 41%))
hex
background-color: #D08D67;
tailwind
bg-[hsl(22,53%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 53%, 61%, 0.4);
css variable
--color-primary: hsl(22, 53%, 61%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 53%, 61%)?
HEX: #D08D67 | RGB: rgb(208, 141, 103) | CMYK: 0%, 32%, 50%, 18% | HSV: 22°, 50%, 82%. Copy any format from the conversion table above.
What colors go well with #D08D67?
The complementary color is HSL(202, 53%, 61%). 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, 53%, 61%) in CSS?
As HSL: color: hsl(22, 53%, 61%); — As HEX: color: #D08D67; — As RGB: color: rgb(208, 141, 103); — Tailwind CSS: bg-[hsl(22,53%,61%)] — CSS variable: --color-primary: hsl(22, 53%, 61%);