HSL(346, 73%, 88%)
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(346,73%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 73%, 88%) | color: hsl(346, 73%, 88%) | |
| HEX | #F7CAD4 | color: #F7CAD4 | |
| RGB | rgb(247, 202, 212) | color: rgb(247, 202, 212) | |
| CMYK | cmyk(0%, 18%, 14%, 3%) | — | |
| HSV | hsv(347, 18%, 97%) | — | |
| HWB | hwb(347 80% 3%) | color: hwb(347 80% 3%) | |
| OKLCH | oklch(0.8807 0.0524 3.3) | color: oklch(0.8807 0.0524 3.3) | |
| Lab | lab(85.39 17.42 1.05) | color: lab(85.39 17.42 1.05) | |
| LCH | lch(85.39 17.45 3.45) | color: lch(85.39 17.45 3.45) |
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)
#E4E3D2 — rgb(228, 227, 210)
Deuteranopia (Green-blind)
#E6EAD1 — rgb(230, 234, 209)
Tritanopia (Blue-blind)
#F5D0CF — rgb(245, 208, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 73%, 88%);
text
color: hsl(346, 73%, 88%);
border
border: 2px solid hsl(346, 73%, 88%);
gradient light
background: linear-gradient(to right, hsl(346, 73%, 100%), hsl(346, 73%, 88%));
gradient dark
background: linear-gradient(to right, hsl(346, 73%, 88%), hsl(346, 73%, 68%))
hex
background-color: #F7CAD4;
tailwind
bg-[hsl(346,73%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 73%, 88%, 0.4);
css variable
--color-primary: hsl(346, 73%, 88%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(346, 73%, 88%)?
HEX: #F7CAD4 | RGB: rgb(247, 202, 212) | CMYK: 0%, 18%, 14%, 3% | HSV: 347°, 18%, 97%. Copy any format from the conversion table above.
What colors go well with #F7CAD4?
The complementary color is HSL(166, 73%, 88%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 73%, 88%) in CSS?
As HSL: color: hsl(346, 73%, 88%); — As HEX: color: #F7CAD4; — As RGB: color: rgb(247, 202, 212); — Tailwind CSS: bg-[hsl(346,73%,88%)] — CSS variable: --color-primary: hsl(346, 73%, 88%);