#f0d4f4
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
240, 212, 244
HSL
293°, 59%, 89%
CMYK
2, 13, 0, 4
Luminance
0.7214
Every format
| HEX | #f0d4f4 |
| RGB | rgb(240, 212, 244) |
| HSL | hsl(293, 59%, 89%) |
| CMYK | cmyk(2%, 13%, 0%, 4%) |
| LAB | lab(88.0 15.3 -12.1) |
| LCH | lch(88.0 19.4 321.6) |
| OKLCH | oklch(0.903 0.052 322.0) |
Copy-ready code
/* CSS */
color: #f0d4f4;
background-color: #f0d4f4;
/* Tailwind (arbitrary) */
class="text-[#f0d4f4] bg-[#f0d4f4]"
/* SCSS */
$brand: #f0d4f4;
/* SwiftUI */
Color(red: 0.941, green: 0.831, blue: 0.957)
/* Android */
Color.parseColor("#f0d4f4")Accessibility — WCAG contrast
Aa
#f0d4f4 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d4f4 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green83.1%
Blue95.7%
CMYK percentages
Cyan1.6%
Magenta13.1%
Yellow0.0%
Key (black)4.3%
Color previews
#f0d4f4 text on a black background
contrast 15.43:1
Card sample
#f0d4f4 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d4f4;
Background color
Panel with #f0d4f4 background
background-color: #f0d4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 212, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 212, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d4f4; background: linear-gradient(135deg, #f0d4f4, #F4D4E3);