HSL(16, 33%, 69%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,33%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 33%, 69%) | color: hsl(16, 33%, 69%) | |
| HEX | #CAA496 | color: #CAA496 | |
| RGB | rgb(202, 164, 150) | color: rgb(202, 164, 150) | |
| CMYK | cmyk(0%, 19%, 26%, 21%) | — | |
| HSV | hsv(16, 26%, 79%) | — | |
| HWB | hwb(16 58% 21%) | color: hwb(16 58% 21%) | |
| OKLCH | oklch(0.7493 0.0493 41.21) | color: oklch(0.7493 0.0493 41.21) | |
| Lab | lab(70.39 11.86 12.54) | color: lab(70.39 11.86 12.54) | |
| LCH | lch(70.39 17.26 46.6) | color: lch(70.39 17.26 46.6) |
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)
#BAB999 — rgb(186, 185, 153)
Deuteranopia (Green-blind)
#BCBF9A — rgb(188, 191, 154)
Tritanopia (Blue-blind)
#C89C9D — rgb(200, 156, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 33%, 69%);
text
color: hsl(16, 33%, 69%);
border
border: 2px solid hsl(16, 33%, 69%);
gradient light
background: linear-gradient(to right, hsl(16, 33%, 89%), hsl(16, 33%, 69%));
gradient dark
background: linear-gradient(to right, hsl(16, 33%, 69%), hsl(16, 33%, 49%))
hex
background-color: #CAA496;
tailwind
bg-[hsl(16,33%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 33%, 69%, 0.4);
css variable
--color-primary: hsl(16, 33%, 69%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 33%, 69%)?
HEX: #CAA496 | RGB: rgb(202, 164, 150) | CMYK: 0%, 19%, 26%, 21% | HSV: 16°, 26%, 79%. Copy any format from the conversion table above.
What colors go well with #CAA496?
The complementary color is HSL(196, 33%, 69%). 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, 33%, 69%) in CSS?
As HSL: color: hsl(16, 33%, 69%); — As HEX: color: #CAA496; — As RGB: color: rgb(202, 164, 150); — Tailwind CSS: bg-[hsl(16,33%,69%)] — CSS variable: --color-primary: hsl(16, 33%, 69%);