#fceffe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 239, 254
HSL
292°, 88%, 97%
CMYK
1, 6, 0, 0
Luminance
0.8958
Every format
| HEX | #fceffe |
| RGB | rgb(252, 239, 254) |
| HSL | hsl(292, 88%, 97%) |
| CMYK | cmyk(1%, 6%, 0%, 0%) |
| LAB | lab(95.8 7.0 -5.6) |
| LCH | lch(95.8 9.0 321.1) |
| OKLCH | oklch(0.967 0.024 321.7) |
Copy-ready code
/* CSS */
color: #fceffe;
background-color: #fceffe;
/* Tailwind (arbitrary) */
class="text-[#fceffe] bg-[#fceffe]"
/* SCSS */
$brand: #fceffe;
/* SwiftUI */
Color(red: 0.988, green: 0.937, blue: 0.996)
/* Android */
Color.parseColor("#fceffe")Accessibility — WCAG contrast
Aa
#fceffe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceffe on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.7%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta5.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fceffe text on a black background
contrast 18.92:1
Card sample
#fceffe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceffe;
Background color
Panel with #fceffe background
background-color: #fceffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 239, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 239, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceffe; background: linear-gradient(135deg, #fceffe, #FEEFF6);