HSL(22, 34%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,34%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 34%, 63%) | color: hsl(22, 34%, 63%) | |
| HEX | #C19881 | color: #C19881 | |
| RGB | rgb(193, 152, 129) | color: rgb(193, 152, 129) | |
| CMYK | cmyk(0%, 21%, 33%, 24%) | — | |
| HSV | hsv(22, 33%, 76%) | — | |
| HWB | hwb(22 51% 24%) | color: hwb(22 51% 24%) | |
| OKLCH | oklch(0.7118 0.0591 50.71) | color: oklch(0.7118 0.0591 50.71) | |
| Lab | lab(66.04 12.05 17.96) | color: lab(66.04 12.05 17.96) | |
| LCH | lch(66.04 21.63 56.14) | color: lch(66.04 21.63 56.14) |
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)
#AFAF87 — rgb(175, 175, 135)
Deuteranopia (Green-blind)
#B2B588 — rgb(178, 181, 136)
Tritanopia (Blue-blind)
#BF8B8C — rgb(191, 139, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 34%, 63%);
text
color: hsl(22, 34%, 63%);
border
border: 2px solid hsl(22, 34%, 63%);
gradient light
background: linear-gradient(to right, hsl(22, 34%, 83%), hsl(22, 34%, 63%));
gradient dark
background: linear-gradient(to right, hsl(22, 34%, 63%), hsl(22, 34%, 43%))
hex
background-color: #C19881;
tailwind
bg-[hsl(22,34%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 34%, 63%, 0.4);
css variable
--color-primary: hsl(22, 34%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 34%, 63%)?
HEX: #C19881 | RGB: rgb(193, 152, 129) | CMYK: 0%, 21%, 33%, 24% | HSV: 22°, 33%, 76%. Copy any format from the conversion table above.
What colors go well with #C19881?
The complementary color is HSL(202, 34%, 63%). 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, 34%, 63%) in CSS?
As HSL: color: hsl(22, 34%, 63%); — As HEX: color: #C19881; — As RGB: color: rgb(193, 152, 129); — Tailwind CSS: bg-[hsl(22,34%,63%)] — CSS variable: --color-primary: hsl(22, 34%, 63%);