HSL(16, 77%, 85%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,77%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 77%, 85%) | color: hsl(16, 77%, 85%) | |
| HEX | #F6CBBB | color: #F6CBBB | |
| RGB | rgb(246, 203, 187) | color: rgb(246, 203, 187) | |
| CMYK | cmyk(0%, 17%, 24%, 4%) | — | |
| HSV | hsv(16, 24%, 96%) | — | |
| HWB | hwb(16 73% 4%) | color: hwb(16 73% 4%) | |
| OKLCH | oklch(0.875 0.0537 41.43) | color: oklch(0.875 0.0537 41.43) | |
| Lab | lab(84.94 12.82 13.68) | color: lab(84.94 12.82 13.68) | |
| LCH | lch(84.94 18.75 46.86) | color: lch(84.94 18.75 46.86) |
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)
#E3E3BF — rgb(227, 227, 191)
Deuteranopia (Green-blind)
#E6E9C0 — rgb(230, 233, 192)
Tritanopia (Blue-blind)
#F4C2C3 — rgb(244, 194, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 77%, 85%);
text
color: hsl(16, 77%, 85%);
border
border: 2px solid hsl(16, 77%, 85%);
gradient light
background: linear-gradient(to right, hsl(16, 77%, 100%), hsl(16, 77%, 85%));
gradient dark
background: linear-gradient(to right, hsl(16, 77%, 85%), hsl(16, 77%, 65%))
hex
background-color: #F6CBBB;
tailwind
bg-[hsl(16,77%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 77%, 85%, 0.4);
css variable
--color-primary: hsl(16, 77%, 85%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 77%, 85%)?
HEX: #F6CBBB | RGB: rgb(246, 203, 187) | CMYK: 0%, 17%, 24%, 4% | HSV: 16°, 24%, 96%. Copy any format from the conversion table above.
What colors go well with #F6CBBB?
The complementary color is HSL(196, 77%, 85%). 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, 77%, 85%) in CSS?
As HSL: color: hsl(16, 77%, 85%); — As HEX: color: #F6CBBB; — As RGB: color: rgb(246, 203, 187); — Tailwind CSS: bg-[hsl(16,77%,85%)] — CSS variable: --color-primary: hsl(16, 77%, 85%);