HSL(16, 50%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,50%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 50%, 67%) | color: hsl(16, 50%, 67%) | |
| HEX | #D59781 | color: #D59781 | |
| RGB | rgb(213, 151, 129) | color: rgb(213, 151, 129) | |
| CMYK | cmyk(0%, 29%, 39%, 16%) | — | |
| HSV | hsv(16, 39%, 84%) | — | |
| HWB | hwb(16 51% 16%) | color: hwb(16 51% 16%) | |
| OKLCH | oklch(0.7312 0.0815 40.36) | color: oklch(0.7312 0.0815 40.36) | |
| Lab | lab(67.92 20.52 20.87) | color: lab(67.92 20.52 20.87) | |
| LCH | lch(67.92 29.27 45.48) | color: lch(67.92 29.27 45.48) |
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)
#BABA86 — rgb(186, 186, 134)
Deuteranopia (Green-blind)
#BEC288 — rgb(190, 194, 136)
Tritanopia (Blue-blind)
#D28B8B — rgb(210, 139, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 50%, 67%);
text
color: hsl(16, 50%, 67%);
border
border: 2px solid hsl(16, 50%, 67%);
gradient light
background: linear-gradient(to right, hsl(16, 50%, 87%), hsl(16, 50%, 67%));
gradient dark
background: linear-gradient(to right, hsl(16, 50%, 67%), hsl(16, 50%, 47%))
hex
background-color: #D59781;
tailwind
bg-[hsl(16,50%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 50%, 67%, 0.4);
css variable
--color-primary: hsl(16, 50%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 50%, 67%)?
HEX: #D59781 | RGB: rgb(213, 151, 129) | CMYK: 0%, 29%, 39%, 16% | HSV: 16°, 39%, 84%. Copy any format from the conversion table above.
What colors go well with #D59781?
The complementary color is HSL(196, 50%, 67%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 50%, 67%) in CSS?
As HSL: color: hsl(16, 50%, 67%); — As HEX: color: #D59781; — As RGB: color: rgb(213, 151, 129); — Tailwind CSS: bg-[hsl(16,50%,67%)] — CSS variable: --color-primary: hsl(16, 50%, 67%);