#f7cbfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 203, 254
HSL
292°, 96%, 90%
CMYK
3, 20, 0, 0
Luminance
0.6964
Every format
| HEX | #f7cbfe |
| RGB | rgb(247, 203, 254) |
| HSL | hsl(292, 96%, 90%) |
| CMYK | cmyk(3%, 20%, 0%, 0%) |
| LAB | lab(86.8 24.1 -19.1) |
| LCH | lch(86.8 30.8 321.6) |
| OKLCH | oklch(0.896 0.083 321.7) |
Copy-ready code
/* CSS */
color: #f7cbfe;
background-color: #f7cbfe;
/* Tailwind (arbitrary) */
class="text-[#f7cbfe] bg-[#f7cbfe]"
/* SCSS */
$brand: #f7cbfe;
/* SwiftUI */
Color(red: 0.969, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#f7cbfe")Accessibility — WCAG contrast
Aa
#f7cbfe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cbfe on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green79.6%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#f7cbfe text on a black background
contrast 14.93:1
Card sample
#f7cbfe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cbfe;
Background color
Panel with #f7cbfe background
background-color: #f7cbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cbfe; background: linear-gradient(135deg, #f7cbfe, #FECBE3);