HSL(7, 29%, 95%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,29%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 29%, 95%) | color: hsl(7, 29%, 95%) | |
| HEX | #F6EFEF | color: #F6EFEF | |
| RGB | rgb(246, 239, 239) | color: rgb(246, 239, 239) | |
| CMYK | cmyk(0%, 3%, 3%, 4%) | — | |
| HSV | hsv(0, 3%, 96%) | — | |
| HWB | hwb(0 93% 4%) | color: hwb(0 93% 4%) | |
| OKLCH | oklch(0.9576 0.0075 17.29) | color: oklch(0.9576 0.0075 17.29) | |
| Lab | lab(94.97 2.34 0.83) | color: lab(94.97 2.34 0.83) | |
| LCH | lch(94.97 2.48 19.53) | color: lch(94.97 2.48 19.53) |
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)
#F3F3EF — rgb(243, 243, 239)
Deuteranopia (Green-blind)
#F3F4EF — rgb(243, 244, 239)
Tritanopia (Blue-blind)
#F6EFEF — rgb(246, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 29%, 95%);
text
color: hsl(7, 29%, 95%);
border
border: 2px solid hsl(7, 29%, 95%);
gradient light
background: linear-gradient(to right, hsl(7, 29%, 100%), hsl(7, 29%, 95%));
gradient dark
background: linear-gradient(to right, hsl(7, 29%, 95%), hsl(7, 29%, 75%))
hex
background-color: #F6EFEF;
tailwind
bg-[hsl(7,29%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 29%, 95%, 0.4);
css variable
--color-primary: hsl(7, 29%, 95%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(7, 29%, 95%)?
HEX: #F6EFEF | RGB: rgb(246, 239, 239) | CMYK: 0%, 3%, 3%, 4% | HSV: 0°, 3%, 96%. Copy any format from the conversion table above.
What colors go well with #F6EFEF?
The complementary color is HSL(187, 29%, 95%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 29%, 95%) in CSS?
As HSL: color: hsl(7, 29%, 95%); — As HEX: color: #F6EFEF; — As RGB: color: rgb(246, 239, 239); — Tailwind CSS: bg-[hsl(7,29%,95%)] — CSS variable: --color-primary: hsl(7, 29%, 95%);