#f4cdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
244, 205, 251
HSL
291°, 85%, 89%
CMYK
3, 18, 0, 2
Luminance
0.6986
Every format
| HEX | #f4cdfb |
| RGB | rgb(244, 205, 251) |
| HSL | hsl(291, 85%, 89%) |
| CMYK | cmyk(3%, 18%, 0%, 2%) |
| LAB | lab(86.9 21.5 -17.4) |
| LCH | lch(86.9 27.7 321.1) |
| OKLCH | oklch(0.896 0.075 321.2) |
Copy-ready code
/* CSS */
color: #f4cdfb;
background-color: #f4cdfb;
/* Tailwind (arbitrary) */
class="text-[#f4cdfb] bg-[#f4cdfb]"
/* SCSS */
$brand: #f4cdfb;
/* SwiftUI */
Color(red: 0.957, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#f4cdfb")Accessibility — WCAG contrast
Aa
#f4cdfb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cdfb on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.4%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f4cdfb text on a black background
contrast 14.97:1
Card sample
#f4cdfb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cdfb;
Background color
Panel with #f4cdfb background
background-color: #f4cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cdfb; background: linear-gradient(135deg, #f4cdfb, #FBCDE3);