HSL(16, 43%, 75%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,43%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 43%, 75%) | color: hsl(16, 43%, 75%) | |
| HEX | #DBB2A4 | color: #DBB2A4 | |
| RGB | rgb(219, 178, 164) | color: rgb(219, 178, 164) | |
| CMYK | cmyk(0%, 19%, 25%, 14%) | — | |
| HSV | hsv(15, 25%, 86%) | — | |
| HWB | hwb(15 65% 14%) | color: hwb(15 65% 14%) | |
| OKLCH | oklch(0.7963 0.0518 39.71) | color: oklch(0.7963 0.0518 39.71) | |
| Lab | lab(75.81 12.76 12.76) | color: lab(75.81 12.76 12.76) | |
| LCH | lch(75.81 18.05 45) | color: lch(75.81 18.05 45) |
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)
#C9C9A7 — rgb(201, 201, 167)
Deuteranopia (Green-blind)
#CCCFA8 — rgb(204, 207, 168)
Tritanopia (Blue-blind)
#D9AAAB — rgb(217, 170, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 43%, 75%);
text
color: hsl(16, 43%, 75%);
border
border: 2px solid hsl(16, 43%, 75%);
gradient light
background: linear-gradient(to right, hsl(16, 43%, 95%), hsl(16, 43%, 75%));
gradient dark
background: linear-gradient(to right, hsl(16, 43%, 75%), hsl(16, 43%, 55%))
hex
background-color: #DBB2A4;
tailwind
bg-[hsl(16,43%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 43%, 75%, 0.4);
css variable
--color-primary: hsl(16, 43%, 75%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 43%, 75%)?
HEX: #DBB2A4 | RGB: rgb(219, 178, 164) | CMYK: 0%, 19%, 25%, 14% | HSV: 15°, 25%, 86%. Copy any format from the conversion table above.
What colors go well with #DBB2A4?
The complementary color is HSL(196, 43%, 75%). 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, 43%, 75%) in CSS?
As HSL: color: hsl(16, 43%, 75%); — As HEX: color: #DBB2A4; — As RGB: color: rgb(219, 178, 164); — Tailwind CSS: bg-[hsl(16,43%,75%)] — CSS variable: --color-primary: hsl(16, 43%, 75%);