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