HSL(19, 48%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,48%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 48%, 74%) | color: hsl(19, 48%, 74%) | |
| HEX | #DDB19D | color: #DDB19D | |
| RGB | rgb(221, 177, 157) | color: rgb(221, 177, 157) | |
| CMYK | cmyk(0%, 20%, 29%, 13%) | — | |
| HSV | hsv(19, 29%, 87%) | — | |
| HWB | hwb(19 62% 13%) | color: hwb(19 62% 13%) | |
| OKLCH | oklch(0.7947 0.0586 45.71) | color: oklch(0.7947 0.0586 45.71) | |
| Lab | lab(75.61 13.1 16.3) | color: lab(75.61 13.1 16.3) | |
| LCH | lch(75.61 20.91 51.21) | color: lch(75.61 20.91 51.21) |
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)
#CACAA2 — rgb(202, 202, 162)
Deuteranopia (Green-blind)
#CDD0A3 — rgb(205, 208, 163)
Tritanopia (Blue-blind)
#DBA6A7 — rgb(219, 166, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 48%, 74%);
text
color: hsl(19, 48%, 74%);
border
border: 2px solid hsl(19, 48%, 74%);
gradient light
background: linear-gradient(to right, hsl(19, 48%, 94%), hsl(19, 48%, 74%));
gradient dark
background: linear-gradient(to right, hsl(19, 48%, 74%), hsl(19, 48%, 54%))
hex
background-color: #DDB19D;
tailwind
bg-[hsl(19,48%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 48%, 74%, 0.4);
css variable
--color-primary: hsl(19, 48%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 48%, 74%)?
HEX: #DDB19D | RGB: rgb(221, 177, 157) | CMYK: 0%, 20%, 29%, 13% | HSV: 19°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #DDB19D?
The complementary color is HSL(199, 48%, 74%). 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, 48%, 74%) in CSS?
As HSL: color: hsl(19, 48%, 74%); — As HEX: color: #DDB19D; — As RGB: color: rgb(221, 177, 157); — Tailwind CSS: bg-[hsl(19,48%,74%)] — CSS variable: --color-primary: hsl(19, 48%, 74%);