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