#f4ceee
a pale, vivid magenta / pink · warm · closest name: pink
RGB
244, 206, 238
HSL
310°, 63%, 88%
CMYK
0, 16, 3, 4
Luminance
0.6955
Every format
| HEX | #f4ceee |
| RGB | rgb(244, 206, 238) |
| HSL | hsl(310, 63%, 88%) |
| CMYK | cmyk(0%, 16%, 3%, 4%) |
| LAB | lab(86.8 18.6 -10.7) |
| LCH | lch(86.8 21.5 330.1) |
| OKLCH | oklch(0.893 0.060 331.4) |
Copy-ready code
/* CSS */
color: #f4ceee;
background-color: #f4ceee;
/* Tailwind (arbitrary) */
class="text-[#f4ceee] bg-[#f4ceee]"
/* SCSS */
$brand: #f4ceee;
/* SwiftUI */
Color(red: 0.957, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#f4ceee")Accessibility — WCAG contrast
Aa
#f4ceee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ceee on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow2.5%
Key (black)4.3%
Color previews
#f4ceee text on a black background
contrast 14.91:1
Card sample
#f4ceee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ceee;
Background color
Panel with #f4ceee background
background-color: #f4ceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ceee; background: linear-gradient(135deg, #f4ceee, #F4CED5);