#ffd0fb
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 208, 251
HSL
305°, 100%, 91%
CMYK
0, 18, 2, 0
Luminance
0.7334
Every format
| HEX | #ffd0fb |
| RGB | rgb(255, 208, 251) |
| HSL | hsl(305, 100%, 91%) |
| CMYK | cmyk(0%, 18%, 2%, 0%) |
| LAB | lab(88.6 23.6 -14.8) |
| LCH | lch(88.6 27.8 327.9) |
| OKLCH | oklch(0.911 0.077 329.0) |
Copy-ready code
/* CSS */
color: #ffd0fb;
background-color: #ffd0fb;
/* Tailwind (arbitrary) */
class="text-[#ffd0fb] bg-[#ffd0fb]"
/* SCSS */
$brand: #ffd0fb;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.984)
/* Android */
Color.parseColor("#ffd0fb")Accessibility — WCAG contrast
Aa
#ffd0fb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd0fb on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow1.6%
Key (black)0.0%
Color previews
#ffd0fb text on a black background
contrast 15.67:1
Card sample
#ffd0fb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd0fb;
Background color
Panel with #ffd0fb background
background-color: #ffd0fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd0fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd0fb; background: linear-gradient(135deg, #ffd0fb, #FFD0DC);