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