#fdfafc
a pale, soft magenta / pink · warm · “white”
RGB
253, 250, 252
HSL
320°, 43%, 99%
CMYK
0, 1, 0, 1
Luminance
0.9628
Every format
| HEX | #fdfafc |
| RGB | rgb(253, 250, 252) |
| HSL | hsl(320, 43%, 99%) |
| CMYK | cmyk(0%, 1%, 0%, 1%) |
| LAB | lab(98.5 1.3 -0.6) |
| LCH | lch(98.5 1.5 335.9) |
| OKLCH | oklch(0.988 0.004 337.3) |
Copy-ready code
/* CSS */
color: #fdfafc;
background-color: #fdfafc;
/* Tailwind (arbitrary) */
class="text-[#fdfafc] bg-[#fdfafc]"
/* SCSS */
$brand: #fdfafc;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.988)
/* Android */
Color.parseColor("#fdfafc")Accessibility — WCAG contrast
Aa
#fdfafc on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfafc on black: 20.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow0.4%
Key (black)0.8%
Color previews
#fdfafc text on a black background
contrast 20.26:1
Card sample
#fdfafc text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfafc;
Background color
Panel with #fdfafc background
background-color: #fdfafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfafc; background: linear-gradient(135deg, #fdfafc, #FDFAFA);