#f3cffd
a pale, electric violet · warm · closest name: plum
RGB
243, 207, 253
HSL
287°, 92%, 90%
CMYK
4, 18, 0, 1
Luminance
0.7077
Every format
| HEX | #f3cffd |
| RGB | rgb(243, 207, 253) |
| HSL | hsl(287, 92%, 90%) |
| CMYK | cmyk(4%, 18%, 0%, 1%) |
| LAB | lab(87.4 20.5 -17.8) |
| LCH | lch(87.4 27.2 319.1) |
| OKLCH | oklch(0.899 0.073 318.8) |
Copy-ready code
/* CSS */
color: #f3cffd;
background-color: #f3cffd;
/* Tailwind (arbitrary) */
class="text-[#f3cffd] bg-[#f3cffd]"
/* SCSS */
$brand: #f3cffd;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#f3cffd")Accessibility — WCAG contrast
Aa
#f3cffd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cffd on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f3cffd text on a black background
contrast 15.15:1
Card sample
#f3cffd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cffd;
Background color
Panel with #f3cffd background
background-color: #f3cffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cffd; background: linear-gradient(135deg, #f3cffd, #FDCFE8);