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