#f4cefc
a pale, electric violet · warm · closest name: plum
RGB
244, 206, 252
HSL
290°, 89%, 90%
CMYK
3, 18, 0, 1
Luminance
0.7040
Every format
| HEX | #f4cefc |
| RGB | rgb(244, 206, 252) |
| HSL | hsl(290, 89%, 90%) |
| CMYK | cmyk(3%, 18%, 0%, 1%) |
| LAB | lab(87.2 21.2 -17.5) |
| LCH | lch(87.2 27.5 320.4) |
| OKLCH | oklch(0.898 0.074 320.4) |
Copy-ready code
/* CSS */
color: #f4cefc;
background-color: #f4cefc;
/* Tailwind (arbitrary) */
class="text-[#f4cefc] bg-[#f4cefc]"
/* SCSS */
$brand: #f4cefc;
/* SwiftUI */
Color(red: 0.957, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#f4cefc")Accessibility — WCAG contrast
Aa
#f4cefc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cefc on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.8%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f4cefc text on a black background
contrast 15.08:1
Card sample
#f4cefc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cefc;
Background color
Panel with #f4cefc background
background-color: #f4cefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cefc; background: linear-gradient(135deg, #f4cefc, #FCCEE5);