#ffcff7
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 207, 247
HSL
310°, 100%, 91%
CMYK
0, 19, 3, 0
Luminance
0.7260
Every format
| HEX | #ffcff7 |
| RGB | rgb(255, 207, 247) |
| HSL | hsl(310, 100%, 91%) |
| CMYK | cmyk(0%, 19%, 3%, 0%) |
| LAB | lab(88.3 23.4 -13.2) |
| LCH | lch(88.3 26.8 330.5) |
| OKLCH | oklch(0.908 0.075 331.9) |
Copy-ready code
/* CSS */
color: #ffcff7;
background-color: #ffcff7;
/* Tailwind (arbitrary) */
class="text-[#ffcff7] bg-[#ffcff7]"
/* SCSS */
$brand: #ffcff7;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#ffcff7")Accessibility — WCAG contrast
Aa
#ffcff7 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcff7 on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow3.1%
Key (black)0.0%
Color previews
#ffcff7 text on a black background
contrast 15.52:1
Card sample
#ffcff7 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcff7;
Background color
Panel with #ffcff7 background
background-color: #ffcff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcff7; background: linear-gradient(135deg, #ffcff7, #FFCFD7);