HSL(20, 72%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,72%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 72%, 34%) | color: hsl(20, 72%, 34%) | |
| HEX | #954218 | color: #954218 | |
| RGB | rgb(149, 66, 24) | color: rgb(149, 66, 24) | |
| CMYK | cmyk(0%, 56%, 84%, 42%) | — | |
| HSV | hsv(20, 84%, 58%) | — | |
| HWB | hwb(20 9% 42%) | color: hwb(20 9% 42%) | |
| OKLCH | oklch(0.4817 0.1237 44.13) | color: oklch(0.4817 0.1237 44.13) | |
| Lab | lab(38.47 32.44 40.29) | color: lab(38.47 32.44 40.29) | |
| LCH | lch(38.47 51.73 51.16) | color: lch(38.47 51.73 51.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#717022 — rgb(113, 112, 34)
Deuteranopia (Green-blind)
#767C25 — rgb(118, 124, 37)
Tritanopia (Blue-blind)
#912A2C — rgb(145, 42, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 72%, 34%);
text
color: hsl(20, 72%, 34%);
border
border: 2px solid hsl(20, 72%, 34%);
gradient light
background: linear-gradient(to right, hsl(20, 72%, 54%), hsl(20, 72%, 34%));
gradient dark
background: linear-gradient(to right, hsl(20, 72%, 34%), hsl(20, 72%, 14%))
hex
background-color: #954218;
tailwind
bg-[hsl(20,72%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 72%, 34%, 0.4);
css variable
--color-primary: hsl(20, 72%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 72%, 34%)?
HEX: #954218 | RGB: rgb(149, 66, 24) | CMYK: 0%, 56%, 84%, 42% | HSV: 20°, 84%, 58%. Copy any format from the conversion table above.
What colors go well with #954218?
The complementary color is HSL(200, 72%, 34%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 72%, 34%) in CSS?
As HSL: color: hsl(20, 72%, 34%); — As HEX: color: #954218; — As RGB: color: rgb(149, 66, 24); — Tailwind CSS: bg-[hsl(20,72%,34%)] — CSS variable: --color-primary: hsl(20, 72%, 34%);