#f4d6f5
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
244, 214, 245
HSL
298°, 61%, 90%
CMYK
0, 13, 0, 4
Luminance
0.7392
Every format
| HEX | #f4d6f5 |
| RGB | rgb(244, 214, 245) |
| HSL | hsl(298, 61%, 90%) |
| CMYK | cmyk(0%, 13%, 0%, 4%) |
| LAB | lab(88.9 15.7 -11.3) |
| LCH | lch(88.9 19.3 324.3) |
| OKLCH | oklch(0.910 0.053 325.0) |
Copy-ready code
/* CSS */
color: #f4d6f5;
background-color: #f4d6f5;
/* Tailwind (arbitrary) */
class="text-[#f4d6f5] bg-[#f4d6f5]"
/* SCSS */
$brand: #f4d6f5;
/* SwiftUI */
Color(red: 0.957, green: 0.839, blue: 0.961)
/* Android */
Color.parseColor("#f4d6f5")Accessibility — WCAG contrast
Aa
#f4d6f5 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d6f5 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green83.9%
Blue96.1%
CMYK percentages
Cyan0.4%
Magenta12.7%
Yellow0.0%
Key (black)3.9%
Color previews
#f4d6f5 text on a black background
contrast 15.78:1
Card sample
#f4d6f5 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d6f5;
Background color
Panel with #f4d6f5 background
background-color: #f4d6f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d6f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 214, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 214, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d6f5; background: linear-gradient(135deg, #f4d6f5, #F5D6E1);