HSL(348, 73%, 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,73%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(348, 73%, 90%) | color: hsl(348, 73%, 90%) | |
| HEX | #F8D3DA | color: #F8D3DA | |
| RGB | rgb(248, 211, 218) | color: rgb(248, 211, 218) | |
| CMYK | cmyk(0%, 15%, 12%, 3%) | — | |
| HSV | hsv(349, 15%, 97%) | — | |
| HWB | hwb(349 82% 3%) | color: hwb(349 82% 3%) | |
| OKLCH | oklch(0.9 0.0423 5.15) | color: oklch(0.9 0.0423 5.15) | |
| Lab | lab(87.78 14.01 1.36) | color: lab(87.78 14.01 1.36) | |
| LCH | lch(87.78 14.08 5.54) | color: lch(87.78 14.08 5.54) |
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)
#E8E8D8 — rgb(232, 232, 216)
Deuteranopia (Green-blind)
#EAEDD8 — rgb(234, 237, 216)
Tritanopia (Blue-blind)
#F6D7D7 — rgb(246, 215, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(348, 73%, 90%);
text
color: hsl(348, 73%, 90%);
border
border: 2px solid hsl(348, 73%, 90%);
gradient light
background: linear-gradient(to right, hsl(348, 73%, 100%), hsl(348, 73%, 90%));
gradient dark
background: linear-gradient(to right, hsl(348, 73%, 90%), hsl(348, 73%, 70%))
hex
background-color: #F8D3DA;
tailwind
bg-[hsl(348,73%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(348, 73%, 90%, 0.4);
css variable
--color-primary: hsl(348, 73%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(348, 73%, 90%)?
HEX: #F8D3DA | RGB: rgb(248, 211, 218) | CMYK: 0%, 15%, 12%, 3% | HSV: 349°, 15%, 97%. Copy any format from the conversion table above.
What colors go well with #F8D3DA?
The complementary color is HSL(168, 73%, 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, 73%, 90%) in CSS?
As HSL: color: hsl(348, 73%, 90%); — As HEX: color: #F8D3DA; — As RGB: color: rgb(248, 211, 218); — Tailwind CSS: bg-[hsl(348,73%,90%)] — CSS variable: --color-primary: hsl(348, 73%, 90%);