HSL(16, 70%, 90%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,70%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 70%, 90%) | color: hsl(16, 70%, 90%) | |
| HEX | #F7DDD4 | color: #F7DDD4 | |
| RGB | rgb(247, 221, 212) | color: rgb(247, 221, 212) | |
| CMYK | cmyk(0%, 11%, 14%, 3%) | — | |
| HSV | hsv(15, 14%, 97%) | — | |
| HWB | hwb(15 83% 3%) | color: hwb(15 83% 3%) | |
| OKLCH | oklch(0.9164 0.0314 40.08) | color: oklch(0.9164 0.0314 40.08) | |
| Lab | lab(89.97 7.51 7.68) | color: lab(89.97 7.51 7.68) | |
| LCH | lch(89.97 10.74 45.64) | color: lch(89.97 10.74 45.64) |
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)
#ECECD6 — rgb(236, 236, 214)
Deuteranopia (Green-blind)
#EDEFD7 — rgb(237, 239, 215)
Tritanopia (Blue-blind)
#F6D8D8 — rgb(246, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 70%, 90%);
text
color: hsl(16, 70%, 90%);
border
border: 2px solid hsl(16, 70%, 90%);
gradient light
background: linear-gradient(to right, hsl(16, 70%, 100%), hsl(16, 70%, 90%));
gradient dark
background: linear-gradient(to right, hsl(16, 70%, 90%), hsl(16, 70%, 70%))
hex
background-color: #F7DDD4;
tailwind
bg-[hsl(16,70%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 70%, 90%, 0.4);
css variable
--color-primary: hsl(16, 70%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 70%, 90%)?
HEX: #F7DDD4 | RGB: rgb(247, 221, 212) | CMYK: 0%, 11%, 14%, 3% | HSV: 15°, 14%, 97%. Copy any format from the conversion table above.
What colors go well with #F7DDD4?
The complementary color is HSL(196, 70%, 90%). 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, 70%, 90%) in CSS?
As HSL: color: hsl(16, 70%, 90%); — As HEX: color: #F7DDD4; — As RGB: color: rgb(247, 221, 212); — Tailwind CSS: bg-[hsl(16,70%,90%)] — CSS variable: --color-primary: hsl(16, 70%, 90%);