#f4dfe4
a pale, vivid red · warm · closest name: lavender
RGB
244, 223, 228
HSL
346°, 49%, 92%
CMYK
0, 9, 7, 4
Luminance
0.7761
Every format
| HEX | #f4dfe4 |
| RGB | rgb(244, 223, 228) |
| HSL | hsl(346, 49%, 92%) |
| CMYK | cmyk(0%, 9%, 7%, 4%) |
| LAB | lab(90.6 8.0 0.2) |
| LCH | lch(90.6 8.0 1.2) |
| OKLCH | oklch(0.922 0.024 1.4) |
Copy-ready code
/* CSS */
color: #f4dfe4;
background-color: #f4dfe4;
/* Tailwind (arbitrary) */
class="text-[#f4dfe4] bg-[#f4dfe4]"
/* SCSS */
$brand: #f4dfe4;
/* SwiftUI */
Color(red: 0.957, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#f4dfe4")Accessibility — WCAG contrast
Aa
#f4dfe4 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dfe4 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.5%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow6.6%
Key (black)4.3%
Color previews
#f4dfe4 text on a black background
contrast 16.52:1
Card sample
#f4dfe4 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dfe4;
Background color
Panel with #f4dfe4 background
background-color: #f4dfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dfe4; background: linear-gradient(135deg, #f4dfe4, #F4E8DF);