#f3cbfc
a pale, electric violet · warm · closest name: plum
RGB
243, 203, 252
HSL
289°, 89%, 89%
CMYK
4, 19, 0, 1
Luminance
0.6879
Every format
| HEX | #f3cbfc |
| RGB | rgb(243, 203, 252) |
| HSL | hsl(289, 89%, 89%) |
| CMYK | cmyk(4%, 19%, 0%, 1%) |
| LAB | lab(86.4 22.5 -18.7) |
| LCH | lch(86.4 29.2 320.2) |
| OKLCH | oklch(0.891 0.079 320.1) |
Copy-ready code
/* CSS */
color: #f3cbfc;
background-color: #f3cbfc;
/* Tailwind (arbitrary) */
class="text-[#f3cbfc] bg-[#f3cbfc]"
/* SCSS */
$brand: #f3cbfc;
/* SwiftUI */
Color(red: 0.953, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#f3cbfc")Accessibility — WCAG contrast
Aa
#f3cbfc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cbfc on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green79.6%
Blue98.8%
CMYK percentages
Cyan3.6%
Magenta19.4%
Yellow0.0%
Key (black)1.2%
Color previews
#f3cbfc text on a black background
contrast 14.76:1
Card sample
#f3cbfc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cbfc;
Background color
Panel with #f3cbfc background
background-color: #f3cbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cbfc; background: linear-gradient(135deg, #f3cbfc, #FCCBE4);