#ffd7f0
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 215, 240
HSL
323°, 100%, 92%
CMYK
0, 16, 6, 0
Luminance
0.7615
Every format
| HEX | #ffd7f0 |
| RGB | rgb(255, 215, 240) |
| HSL | hsl(323, 100%, 92%) |
| CMYK | cmyk(0%, 16%, 6%, 0%) |
| LAB | lab(89.9 18.0 -7.0) |
| LCH | lch(89.9 19.3 338.7) |
| OKLCH | oklch(0.920 0.055 340.3) |
Copy-ready code
/* CSS */
color: #ffd7f0;
background-color: #ffd7f0;
/* Tailwind (arbitrary) */
class="text-[#ffd7f0] bg-[#ffd7f0]"
/* SCSS */
$brand: #ffd7f0;
/* SwiftUI */
Color(red: 1.000, green: 0.843, blue: 0.941)
/* Android */
Color.parseColor("#ffd7f0")Accessibility — WCAG contrast
Aa
#ffd7f0 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd7f0 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.3%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow5.9%
Key (black)0.0%
Color previews
#ffd7f0 text on a black background
contrast 16.23:1
Card sample
#ffd7f0 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd7f0;
Background color
Panel with #ffd7f0 background
background-color: #ffd7f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd7f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 215, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 215, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd7f0; background: linear-gradient(135deg, #ffd7f0, #FFD9D7);