HSL(21, 52%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,52%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 52%, 30%) | color: hsl(21, 52%, 30%) | |
| HEX | #744125 | color: #744125 | |
| RGB | rgb(116, 65, 37) | color: rgb(116, 65, 37) | |
| CMYK | cmyk(0%, 44%, 68%, 55%) | — | |
| HSV | hsv(21, 68%, 45%) | — | |
| HWB | hwb(21 14% 55%) | color: hwb(21 14% 55%) | |
| OKLCH | oklch(0.4313 0.0819 48.24) | color: oklch(0.4313 0.0819 48.24) | |
| Lab | lab(33.2 19.4 26.31) | color: lab(33.2 19.4 26.31) | |
| LCH | lch(33.2 32.69 53.6) | color: lch(33.2 32.69 53.6) |
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)
#5E5D2C — rgb(94, 93, 44)
Deuteranopia (Green-blind)
#61652D — rgb(97, 101, 45)
Tritanopia (Blue-blind)
#713132 — rgb(113, 49, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 52%, 30%);
text
color: hsl(21, 52%, 30%);
border
border: 2px solid hsl(21, 52%, 30%);
gradient light
background: linear-gradient(to right, hsl(21, 52%, 50%), hsl(21, 52%, 30%));
gradient dark
background: linear-gradient(to right, hsl(21, 52%, 30%), hsl(21, 52%, 10%))
hex
background-color: #744125;
tailwind
bg-[hsl(21,52%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 52%, 30%, 0.4);
css variable
--color-primary: hsl(21, 52%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 52%, 30%)?
HEX: #744125 | RGB: rgb(116, 65, 37) | CMYK: 0%, 44%, 68%, 55% | HSV: 21°, 68%, 45%. Copy any format from the conversion table above.
What colors go well with #744125?
The complementary color is HSL(201, 52%, 30%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 52%, 30%) in CSS?
As HSL: color: hsl(21, 52%, 30%); — As HEX: color: #744125; — As RGB: color: rgb(116, 65, 37); — Tailwind CSS: bg-[hsl(21,52%,30%)] — CSS variable: --color-primary: hsl(21, 52%, 30%);