#f4cefe
a pale, electric violet · warm · closest name: plum
RGB
244, 206, 254
HSL
288°, 96%, 90%
CMYK
4, 19, 0, 0
Luminance
0.7053
Every format
| HEX | #f4cefe |
| RGB | rgb(244, 206, 254) |
| HSL | hsl(288, 96%, 90%) |
| CMYK | cmyk(4%, 19%, 0%, 0%) |
| LAB | lab(87.3 21.6 -18.5) |
| LCH | lch(87.3 28.4 319.4) |
| OKLCH | oklch(0.898 0.076 319.2) |
Copy-ready code
/* CSS */
color: #f4cefe;
background-color: #f4cefe;
/* Tailwind (arbitrary) */
class="text-[#f4cefe] bg-[#f4cefe]"
/* SCSS */
$brand: #f4cefe;
/* SwiftUI */
Color(red: 0.957, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#f4cefe")Accessibility — WCAG contrast
Aa
#f4cefe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cefe on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.8%
Blue99.6%
CMYK percentages
Cyan3.9%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#f4cefe text on a black background
contrast 15.11:1
Card sample
#f4cefe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cefe;
Background color
Panel with #f4cefe background
background-color: #f4cefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cefe; background: linear-gradient(135deg, #f4cefe, #FECEE8);