#f0d1f5
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
240, 209, 245
HSL
292°, 64%, 89%
CMYK
2, 15, 0, 4
Luminance
0.7072
Every format
| HEX | #f0d1f5 |
| RGB | rgb(240, 209, 245) |
| HSL | hsl(292, 64%, 89%) |
| CMYK | cmyk(2%, 15%, 0%, 4%) |
| LAB | lab(87.3 17.0 -13.6) |
| LCH | lch(87.3 21.8 321.3) |
| OKLCH | oklch(0.897 0.059 321.6) |
Copy-ready code
/* CSS */
color: #f0d1f5;
background-color: #f0d1f5;
/* Tailwind (arbitrary) */
class="text-[#f0d1f5] bg-[#f0d1f5]"
/* SCSS */
$brand: #f0d1f5;
/* SwiftUI */
Color(red: 0.941, green: 0.820, blue: 0.961)
/* Android */
Color.parseColor("#f0d1f5")Accessibility — WCAG contrast
Aa
#f0d1f5 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d1f5 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green82.0%
Blue96.1%
CMYK percentages
Cyan2.0%
Magenta14.7%
Yellow0.0%
Key (black)3.9%
Color previews
#f0d1f5 text on a black background
contrast 15.14:1
Card sample
#f0d1f5 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d1f5;
Background color
Panel with #f0d1f5 background
background-color: #f0d1f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d1f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 209, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 209, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d1f5; background: linear-gradient(135deg, #f0d1f5, #F5D1E2);