#f3cffb
a pale, electric violet · warm · closest name: lavender
RGB
243, 207, 251
HSL
289°, 85%, 90%
CMYK
3, 18, 0, 2
Luminance
0.7065
Every format
| HEX | #f3cffb |
| RGB | rgb(243, 207, 251) |
| HSL | hsl(289, 85%, 90%) |
| CMYK | cmyk(3%, 18%, 0%, 2%) |
| LAB | lab(87.3 20.2 -16.8) |
| LCH | lch(87.3 26.3 320.1) |
| OKLCH | oklch(0.898 0.070 320.1) |
Copy-ready code
/* CSS */
color: #f3cffb;
background-color: #f3cffb;
/* Tailwind (arbitrary) */
class="text-[#f3cffb] bg-[#f3cffb]"
/* SCSS */
$brand: #f3cffb;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#f3cffb")Accessibility — WCAG contrast
Aa
#f3cffb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cffb on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f3cffb text on a black background
contrast 15.13:1
Card sample
#f3cffb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cffb;
Background color
Panel with #f3cffb background
background-color: #f3cffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cffb; background: linear-gradient(135deg, #f3cffb, #FBCFE6);