#f0cbfe
a pale, electric violet · warm · closest name: plum
RGB
240, 203, 254
HSL
284°, 96%, 90%
CMYK
6, 20, 0, 0
Luminance
0.6839
Every format
| HEX | #f0cbfe |
| RGB | rgb(240, 203, 254) |
| HSL | hsl(284, 96%, 90%) |
| CMYK | cmyk(6%, 20%, 0%, 0%) |
| LAB | lab(86.2 21.9 -20.1) |
| LCH | lch(86.2 29.7 317.4) |
| OKLCH | oklch(0.889 0.079 316.7) |
Copy-ready code
/* CSS */
color: #f0cbfe;
background-color: #f0cbfe;
/* Tailwind (arbitrary) */
class="text-[#f0cbfe] bg-[#f0cbfe]"
/* SCSS */
$brand: #f0cbfe;
/* SwiftUI */
Color(red: 0.941, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#f0cbfe")Accessibility — WCAG contrast
Aa
#f0cbfe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cbfe on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green79.6%
Blue99.6%
CMYK percentages
Cyan5.5%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#f0cbfe text on a black background
contrast 14.68:1
Card sample
#f0cbfe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cbfe;
Background color
Panel with #f0cbfe background
background-color: #f0cbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cbfe; background: linear-gradient(135deg, #f0cbfe, #FECBEA);