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