HSL(16, 35%, 69%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,35%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 35%, 69%) | color: hsl(16, 35%, 69%) | |
| HEX | #CCA394 | color: #CCA394 | |
| RGB | rgb(204, 163, 148) | color: rgb(204, 163, 148) | |
| CMYK | cmyk(0%, 20%, 27%, 20%) | — | |
| HSV | hsv(16, 27%, 80%) | — | |
| HWB | hwb(16 58% 20%) | color: hwb(16 58% 20%) | |
| OKLCH | oklch(0.7488 0.0533 41.05) | color: oklch(0.7488 0.0533 41.05) | |
| Lab | lab(70.3 12.89 13.53) | color: lab(70.3 12.89 13.53) | |
| LCH | lch(70.3 18.69 46.39) | color: lch(70.3 18.69 46.39) |
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)
#BABA98 — rgb(186, 186, 152)
Deuteranopia (Green-blind)
#BDC099 — rgb(189, 192, 153)
Tritanopia (Blue-blind)
#CA9A9B — rgb(202, 154, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 35%, 69%);
text
color: hsl(16, 35%, 69%);
border
border: 2px solid hsl(16, 35%, 69%);
gradient light
background: linear-gradient(to right, hsl(16, 35%, 89%), hsl(16, 35%, 69%));
gradient dark
background: linear-gradient(to right, hsl(16, 35%, 69%), hsl(16, 35%, 49%))
hex
background-color: #CCA394;
tailwind
bg-[hsl(16,35%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 35%, 69%, 0.4);
css variable
--color-primary: hsl(16, 35%, 69%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 35%, 69%)?
HEX: #CCA394 | RGB: rgb(204, 163, 148) | CMYK: 0%, 20%, 27%, 20% | HSV: 16°, 27%, 80%. Copy any format from the conversion table above.
What colors go well with #CCA394?
The complementary color is HSL(196, 35%, 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, 35%, 69%) in CSS?
As HSL: color: hsl(16, 35%, 69%); — As HEX: color: #CCA394; — As RGB: color: rgb(204, 163, 148); — Tailwind CSS: bg-[hsl(16,35%,69%)] — CSS variable: --color-primary: hsl(16, 35%, 69%);