#ffcff1
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 207, 241
HSL
318°, 100%, 91%
CMYK
0, 19, 6, 0
Luminance
0.7224
Every format
| HEX | #ffcff1 |
| RGB | rgb(255, 207, 241) |
| HSL | hsl(318, 100%, 91%) |
| CMYK | cmyk(0%, 19%, 6%, 0%) |
| LAB | lab(88.1 22.3 -10.3) |
| LCH | lch(88.1 24.6 335.3) |
| OKLCH | oklch(0.906 0.069 336.9) |
Copy-ready code
/* CSS */
color: #ffcff1;
background-color: #ffcff1;
/* Tailwind (arbitrary) */
class="text-[#ffcff1] bg-[#ffcff1]"
/* SCSS */
$brand: #ffcff1;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.945)
/* Android */
Color.parseColor("#ffcff1")Accessibility — WCAG contrast
Aa
#ffcff1 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcff1 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow5.5%
Key (black)0.0%
Color previews
#ffcff1 text on a black background
contrast 15.45:1
Card sample
#ffcff1 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcff1;
Background color
Panel with #ffcff1 background
background-color: #ffcff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcff1; background: linear-gradient(135deg, #ffcff1, #FFCFD1);