#ffcdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 205, 251
HSL
305°, 100%, 90%
CMYK
0, 20, 2, 0
Luminance
0.7189
Every format
| HEX | #ffcdfb |
| RGB | rgb(255, 205, 251) |
| HSL | hsl(305, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 2%, 0%) |
| LAB | lab(87.9 25.1 -15.8) |
| LCH | lch(87.9 29.7 327.8) |
| OKLCH | oklch(0.905 0.082 328.9) |
Copy-ready code
/* CSS */
color: #ffcdfb;
background-color: #ffcdfb;
/* Tailwind (arbitrary) */
class="text-[#ffcdfb] bg-[#ffcdfb]"
/* SCSS */
$brand: #ffcdfb;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#ffcdfb")Accessibility — WCAG contrast
Aa
#ffcdfb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcdfb on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow1.6%
Key (black)0.0%
Color previews
#ffcdfb text on a black background
contrast 15.38:1
Card sample
#ffcdfb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcdfb;
Background color
Panel with #ffcdfb background
background-color: #ffcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcdfb; background: linear-gradient(135deg, #ffcdfb, #FFCDDA);