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