#f4dfef
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
244, 223, 239
HSL
314°, 49%, 92%
CMYK
0, 9, 2, 4
Luminance
0.7824
Every format
| HEX | #f4dfef |
| RGB | rgb(244, 223, 239) |
| HSL | hsl(314, 49%, 92%) |
| CMYK | cmyk(0%, 9%, 2%, 4%) |
| LAB | lab(90.9 9.9 -5.2) |
| LCH | lch(90.9 11.2 332.5) |
| OKLCH | oklch(0.925 0.031 334.0) |
Copy-ready code
/* CSS */
color: #f4dfef;
background-color: #f4dfef;
/* Tailwind (arbitrary) */
class="text-[#f4dfef] bg-[#f4dfef]"
/* SCSS */
$brand: #f4dfef;
/* SwiftUI */
Color(red: 0.957, green: 0.875, blue: 0.937)
/* Android */
Color.parseColor("#f4dfef")Accessibility — WCAG contrast
Aa
#f4dfef on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dfef on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow2.0%
Key (black)4.3%
Color previews
#f4dfef text on a black background
contrast 16.65:1
Card sample
#f4dfef text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dfef;
Background color
Panel with #f4dfef background
background-color: #f4dfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 223, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 223, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dfef; background: linear-gradient(135deg, #f4dfef, #F4DFE1);