HSL(19, 43%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,43%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 43%, 68%) | color: hsl(19, 43%, 68%) | |
| HEX | #D0A18A | color: #D0A18A | |
| RGB | rgb(208, 161, 138) | color: rgb(208, 161, 138) | |
| CMYK | cmyk(0%, 23%, 34%, 18%) | — | |
| HSV | hsv(20, 34%, 82%) | — | |
| HWB | hwb(20 54% 18%) | color: hwb(20 54% 18%) | |
| OKLCH | oklch(0.7467 0.0647 47.32) | color: oklch(0.7467 0.0647 47.32) | |
| Lab | lab(69.99 14.21 18.67) | color: lab(69.99 14.21 18.67) | |
| LCH | lch(69.99 23.46 52.72) | color: lch(69.99 23.46 52.72) |
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)
#BCBB90 — rgb(188, 187, 144)
Deuteranopia (Green-blind)
#BEC291 — rgb(190, 194, 145)
Tritanopia (Blue-blind)
#CE9495 — rgb(206, 148, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 43%, 68%);
text
color: hsl(19, 43%, 68%);
border
border: 2px solid hsl(19, 43%, 68%);
gradient light
background: linear-gradient(to right, hsl(19, 43%, 88%), hsl(19, 43%, 68%));
gradient dark
background: linear-gradient(to right, hsl(19, 43%, 68%), hsl(19, 43%, 48%))
hex
background-color: #D0A18A;
tailwind
bg-[hsl(19,43%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 43%, 68%, 0.4);
css variable
--color-primary: hsl(19, 43%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 43%, 68%)?
HEX: #D0A18A | RGB: rgb(208, 161, 138) | CMYK: 0%, 23%, 34%, 18% | HSV: 20°, 34%, 82%. Copy any format from the conversion table above.
What colors go well with #D0A18A?
The complementary color is HSL(199, 43%, 68%). 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, 43%, 68%) in CSS?
As HSL: color: hsl(19, 43%, 68%); — As HEX: color: #D0A18A; — As RGB: color: rgb(208, 161, 138); — Tailwind CSS: bg-[hsl(19,43%,68%)] — CSS variable: --color-primary: hsl(19, 43%, 68%);