HSL(16, 50%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,50%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 50%, 68%) | color: hsl(16, 50%, 68%) | |
| HEX | #D69A85 | color: #D69A85 | |
| RGB | rgb(214, 154, 133) | color: rgb(214, 154, 133) | |
| CMYK | cmyk(0%, 28%, 38%, 16%) | — | |
| HSV | hsv(16, 38%, 84%) | — | |
| HWB | hwb(16 52% 16%) | color: hwb(16 52% 16%) | |
| OKLCH | oklch(0.7387 0.0784 40.11) | color: oklch(0.7387 0.0784 40.11) | |
| Lab | lab(68.83 19.75 19.92) | color: lab(68.83 19.75 19.92) | |
| LCH | lch(68.83 28.05 45.25) | color: lch(68.83 28.05 45.25) |
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)
#BCBB8A — rgb(188, 187, 138)
Deuteranopia (Green-blind)
#C0C48B — rgb(192, 196, 139)
Tritanopia (Blue-blind)
#D38E8F — rgb(211, 142, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 50%, 68%);
text
color: hsl(16, 50%, 68%);
border
border: 2px solid hsl(16, 50%, 68%);
gradient light
background: linear-gradient(to right, hsl(16, 50%, 88%), hsl(16, 50%, 68%));
gradient dark
background: linear-gradient(to right, hsl(16, 50%, 68%), hsl(16, 50%, 48%))
hex
background-color: #D69A85;
tailwind
bg-[hsl(16,50%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 50%, 68%, 0.4);
css variable
--color-primary: hsl(16, 50%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 50%, 68%)?
HEX: #D69A85 | RGB: rgb(214, 154, 133) | CMYK: 0%, 28%, 38%, 16% | HSV: 16°, 38%, 84%. Copy any format from the conversion table above.
What colors go well with #D69A85?
The complementary color is HSL(196, 50%, 68%). 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%, 68%) in CSS?
As HSL: color: hsl(16, 50%, 68%); — As HEX: color: #D69A85; — As RGB: color: rgb(214, 154, 133); — Tailwind CSS: bg-[hsl(16,50%,68%)] — CSS variable: --color-primary: hsl(16, 50%, 68%);