#f8cdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 205, 251
HSL
296°, 85%, 89%
CMYK
1, 18, 0, 2
Luminance
0.7058
Every format
| HEX | #f8cdfb |
| RGB | rgb(248, 205, 251) |
| HSL | hsl(296, 85%, 89%) |
| CMYK | cmyk(1%, 18%, 0%, 2%) |
| LAB | lab(87.3 22.8 -16.8) |
| LCH | lch(87.3 28.4 323.6) |
| OKLCH | oklch(0.899 0.077 324.1) |
Copy-ready code
/* CSS */
color: #f8cdfb;
background-color: #f8cdfb;
/* Tailwind (arbitrary) */
class="text-[#f8cdfb] bg-[#f8cdfb]"
/* SCSS */
$brand: #f8cdfb;
/* SwiftUI */
Color(red: 0.973, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#f8cdfb")Accessibility — WCAG contrast
Aa
#f8cdfb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cdfb on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.4%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f8cdfb text on a black background
contrast 15.12:1
Card sample
#f8cdfb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cdfb;
Background color
Panel with #f8cdfb background
background-color: #f8cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cdfb; background: linear-gradient(135deg, #f8cdfb, #FBCDDF);