HSL(19, 30%, 54%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,30%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 30%, 54%) | color: hsl(19, 30%, 54%) | |
| HEX | #AD7D67 | color: #AD7D67 | |
| RGB | rgb(173, 125, 103) | color: rgb(173, 125, 103) | |
| CMYK | cmyk(0%, 28%, 40%, 32%) | — | |
| HSV | hsv(19, 40%, 68%) | — | |
| HWB | hwb(19 41% 32%) | color: hwb(19 41% 32%) | |
| OKLCH | oklch(0.6319 0.0681 45.63) | color: oklch(0.6319 0.0681 45.63) | |
| Lab | lab(56.62 15.75 19.35) | color: lab(56.62 15.75 19.35) | |
| LCH | lch(56.62 24.95 50.86) | color: lch(56.62 24.95 50.86) |
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)
#98986C — rgb(152, 152, 108)
Deuteranopia (Green-blind)
#9B9F6E — rgb(155, 159, 110)
Tritanopia (Blue-blind)
#AB7171 — rgb(171, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 30%, 54%);
text
color: hsl(19, 30%, 54%);
border
border: 2px solid hsl(19, 30%, 54%);
gradient light
background: linear-gradient(to right, hsl(19, 30%, 74%), hsl(19, 30%, 54%));
gradient dark
background: linear-gradient(to right, hsl(19, 30%, 54%), hsl(19, 30%, 34%))
hex
background-color: #AD7D67;
tailwind
bg-[hsl(19,30%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 30%, 54%, 0.4);
css variable
--color-primary: hsl(19, 30%, 54%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 30%, 54%)?
HEX: #AD7D67 | RGB: rgb(173, 125, 103) | CMYK: 0%, 28%, 40%, 32% | HSV: 19°, 40%, 68%. Copy any format from the conversion table above.
What colors go well with #AD7D67?
The complementary color is HSL(199, 30%, 54%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 30%, 54%) in CSS?
As HSL: color: hsl(19, 30%, 54%); — As HEX: color: #AD7D67; — As RGB: color: rgb(173, 125, 103); — Tailwind CSS: bg-[hsl(19,30%,54%)] — CSS variable: --color-primary: hsl(19, 30%, 54%);