HSL(334, 90%, 93%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,90%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 90%, 93%) | color: hsl(334, 90%, 93%) | |
| HEX | #FDDDEB | color: #FDDDEB | |
| RGB | rgb(253, 221, 235) | color: rgb(253, 221, 235) | |
| CMYK | cmyk(0%, 13%, 7%, 1%) | — | |
| HSV | hsv(334, 13%, 99%) | — | |
| HWB | hwb(334 86% 1%) | color: hwb(334 86% 1%) | |
| OKLCH | oklch(0.9279 0.0396 349.65) | color: oklch(0.9279 0.0396 349.65) | |
| Lab | lab(91.05 13.32 -2.75) | color: lab(91.05 13.32 -2.75) | |
| LCH | lch(91.05 13.6 348.33) | color: lch(91.05 13.6 348.33) |
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)
#EFEFE8 — rgb(239, 239, 232)
Deuteranopia (Green-blind)
#F1F3E7 — rgb(241, 243, 231)
Tritanopia (Blue-blind)
#FBE5E4 — rgb(251, 229, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 90%, 93%);
text
color: hsl(334, 90%, 93%);
border
border: 2px solid hsl(334, 90%, 93%);
gradient light
background: linear-gradient(to right, hsl(334, 90%, 100%), hsl(334, 90%, 93%));
gradient dark
background: linear-gradient(to right, hsl(334, 90%, 93%), hsl(334, 90%, 73%))
hex
background-color: #FDDDEB;
tailwind
bg-[hsl(334,90%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 90%, 93%, 0.4);
css variable
--color-primary: hsl(334, 90%, 93%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 90%, 93%)?
HEX: #FDDDEB | RGB: rgb(253, 221, 235) | CMYK: 0%, 13%, 7%, 1% | HSV: 334°, 13%, 99%. Copy any format from the conversion table above.
What colors go well with #FDDDEB?
The complementary color is HSL(154, 90%, 93%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(334, 90%, 93%) in CSS?
As HSL: color: hsl(334, 90%, 93%); — As HEX: color: #FDDDEB; — As RGB: color: rgb(253, 221, 235); — Tailwind CSS: bg-[hsl(334,90%,93%)] — CSS variable: --color-primary: hsl(334, 90%, 93%);