#fdf6fb
a pale, vivid magenta / pink · warm · closest name: white
RGB
253, 246, 251
HSL
317°, 64%, 98%
CMYK
0, 3, 1, 1
Luminance
0.9376
Every format
| HEX | #fdf6fb |
| RGB | rgb(253, 246, 251) |
| HSL | hsl(317, 64%, 98%) |
| CMYK | cmyk(0%, 3%, 1%, 1%) |
| LAB | lab(97.5 3.2 -1.6) |
| LCH | lch(97.5 3.6 333.9) |
| OKLCH | oklch(0.980 0.010 335.5) |
Copy-ready code
/* CSS */
color: #fdf6fb;
background-color: #fdf6fb;
/* Tailwind (arbitrary) */
class="text-[#fdf6fb] bg-[#fdf6fb]"
/* SCSS */
$brand: #fdf6fb;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.984)
/* Android */
Color.parseColor("#fdf6fb")Accessibility — WCAG contrast
Aa
#fdf6fb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf6fb on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow0.8%
Key (black)0.8%
Color previews
#fdf6fb text on a black background
contrast 19.75:1
Card sample
#fdf6fb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf6fb;
Background color
Panel with #fdf6fb background
background-color: #fdf6fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf6fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf6fb; background: linear-gradient(135deg, #fdf6fb, #FDF6F6);