HSL(19, 79%, 45%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,79%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 79%, 45%) | color: hsl(19, 79%, 45%) | |
| HEX | #CD5218 | color: #CD5218 | |
| RGB | rgb(205, 82, 24) | color: rgb(205, 82, 24) | |
| CMYK | cmyk(0%, 60%, 88%, 20%) | — | |
| HSV | hsv(19, 88%, 80%) | — | |
| HWB | hwb(19 10% 20%) | color: hwb(19 10% 20%) | |
| OKLCH | oklch(0.5932 0.169 41.58) | color: oklch(0.5932 0.169 41.58) | |
| Lab | lab(50.78 46.25 54.38) | color: lab(50.78 46.25 54.38) | |
| LCH | lch(50.78 71.39 49.62) | color: lch(50.78 71.39 49.62) |
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)
#989726 — rgb(152, 151, 38)
Deuteranopia (Green-blind)
#9FA829 — rgb(159, 168, 41)
Tritanopia (Blue-blind)
#C73134 — rgb(199, 49, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 79%, 45%);
text
color: hsl(19, 79%, 45%);
border
border: 2px solid hsl(19, 79%, 45%);
gradient light
background: linear-gradient(to right, hsl(19, 79%, 65%), hsl(19, 79%, 45%));
gradient dark
background: linear-gradient(to right, hsl(19, 79%, 45%), hsl(19, 79%, 25%))
hex
background-color: #CD5218;
tailwind
bg-[hsl(19,79%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 79%, 45%, 0.4);
css variable
--color-primary: hsl(19, 79%, 45%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 79%, 45%)?
HEX: #CD5218 | RGB: rgb(205, 82, 24) | CMYK: 0%, 60%, 88%, 20% | HSV: 19°, 88%, 80%. Copy any format from the conversion table above.
What colors go well with #CD5218?
The complementary color is HSL(199, 79%, 45%). 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, 79%, 45%) in CSS?
As HSL: color: hsl(19, 79%, 45%); — As HEX: color: #CD5218; — As RGB: color: rgb(205, 82, 24); — Tailwind CSS: bg-[hsl(19,79%,45%)] — CSS variable: --color-primary: hsl(19, 79%, 45%);