HSL(348, 70%, 90%)
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(348,70%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(348, 70%, 90%) | color: hsl(348, 70%, 90%) | |
| HEX | #F7D4DB | color: #F7D4DB | |
| RGB | rgb(247, 212, 219) | color: rgb(247, 212, 219) | |
| CMYK | cmyk(0%, 14%, 11%, 3%) | — | |
| HSV | hsv(348, 14%, 97%) | — | |
| HWB | hwb(348 83% 3%) | color: hwb(348 83% 3%) | |
| OKLCH | oklch(0.9012 0.0401 4.36) | color: oklch(0.9012 0.0401 4.36) | |
| Lab | lab(87.96 13.3 1.08) | color: lab(87.96 13.3 1.08) | |
| LCH | lch(87.96 13.34 4.64) | color: lch(87.96 13.34 4.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)
#E8E8D9 — rgb(232, 232, 217)
Deuteranopia (Green-blind)
#EAEDD9 — rgb(234, 237, 217)
Tritanopia (Blue-blind)
#F5D8D8 — rgb(245, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(348, 70%, 90%);
text
color: hsl(348, 70%, 90%);
border
border: 2px solid hsl(348, 70%, 90%);
gradient light
background: linear-gradient(to right, hsl(348, 70%, 100%), hsl(348, 70%, 90%));
gradient dark
background: linear-gradient(to right, hsl(348, 70%, 90%), hsl(348, 70%, 70%))
hex
background-color: #F7D4DB;
tailwind
bg-[hsl(348,70%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(348, 70%, 90%, 0.4);
css variable
--color-primary: hsl(348, 70%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(348, 70%, 90%)?
HEX: #F7D4DB | RGB: rgb(247, 212, 219) | CMYK: 0%, 14%, 11%, 3% | HSV: 348°, 14%, 97%. Copy any format from the conversion table above.
What colors go well with #F7D4DB?
The complementary color is HSL(168, 70%, 90%). For a triadic harmony, use hues 348°, 108°, and 228°. For analogous combinations, try hues 318° and 18°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(348, 70%, 90%) in CSS?
As HSL: color: hsl(348, 70%, 90%); — As HEX: color: #F7D4DB; — As RGB: color: rgb(247, 212, 219); — Tailwind CSS: bg-[hsl(348,70%,90%)] — CSS variable: --color-primary: hsl(348, 70%, 90%);