HSL(4, 75%, 87%)
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(4,75%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(4, 75%, 87%) | color: hsl(4, 75%, 87%) | |
| HEX | #F7C8C5 | color: #F7C8C5 | |
| RGB | rgb(247, 200, 197) | color: rgb(247, 200, 197) | |
| CMYK | cmyk(0%, 19%, 20%, 3%) | — | |
| HSV | hsv(4, 20%, 97%) | — | |
| HWB | hwb(4 78% 3%) | color: hwb(4 78% 3%) | |
| OKLCH | oklch(0.8729 0.0539 22.5) | color: oklch(0.8729 0.0539 22.5) | |
| Lab | lab(84.54 16.19 7.81) | color: lab(84.54 16.19 7.81) | |
| LCH | lch(84.54 17.98 25.75) | color: lch(84.54 17.98 25.75) |
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)
#E3E2C6 — rgb(227, 226, 198)
Deuteranopia (Green-blind)
#E5E9C6 — rgb(229, 233, 198)
Tritanopia (Blue-blind)
#F5C6C6 — rgb(245, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(4, 75%, 87%);
text
color: hsl(4, 75%, 87%);
border
border: 2px solid hsl(4, 75%, 87%);
gradient light
background: linear-gradient(to right, hsl(4, 75%, 100%), hsl(4, 75%, 87%));
gradient dark
background: linear-gradient(to right, hsl(4, 75%, 87%), hsl(4, 75%, 67%))
hex
background-color: #F7C8C5;
tailwind
bg-[hsl(4,75%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(4, 75%, 87%, 0.4);
css variable
--color-primary: hsl(4, 75%, 87%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(4, 75%, 87%)?
HEX: #F7C8C5 | RGB: rgb(247, 200, 197) | CMYK: 0%, 19%, 20%, 3% | HSV: 4°, 20%, 97%. Copy any format from the conversion table above.
What colors go well with #F7C8C5?
The complementary color is HSL(184, 75%, 87%). For a triadic harmony, use hues 4°, 124°, and 244°. For analogous combinations, try hues 334° and 34°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(4, 75%, 87%) in CSS?
As HSL: color: hsl(4, 75%, 87%); — As HEX: color: #F7C8C5; — As RGB: color: rgb(247, 200, 197); — Tailwind CSS: bg-[hsl(4,75%,87%)] — CSS variable: --color-primary: hsl(4, 75%, 87%);