#f3cbfe
a pale, electric violet · warm · closest name: plum
RGB
243, 203, 254
HSL
287°, 96%, 90%
CMYK
4, 20, 0, 0
Luminance
0.6892
Every format
| HEX | #f3cbfe |
| RGB | rgb(243, 203, 254) |
| HSL | hsl(287, 96%, 90%) |
| CMYK | cmyk(4%, 20%, 0%, 0%) |
| LAB | lab(86.5 22.8 -19.7) |
| LCH | lch(86.5 30.1 319.2) |
| OKLCH | oklch(0.892 0.081 318.9) |
Copy-ready code
/* CSS */
color: #f3cbfe;
background-color: #f3cbfe;
/* Tailwind (arbitrary) */
class="text-[#f3cbfe] bg-[#f3cbfe]"
/* SCSS */
$brand: #f3cbfe;
/* SwiftUI */
Color(red: 0.953, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#f3cbfe")Accessibility — WCAG contrast
Aa
#f3cbfe on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cbfe on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green79.6%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#f3cbfe text on a black background
contrast 14.78:1
Card sample
#f3cbfe text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cbfe;
Background color
Panel with #f3cbfe background
background-color: #f3cbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cbfe; background: linear-gradient(135deg, #f3cbfe, #FECBE7);