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