#fdfff0
a pale, electric yellow · cool · “ivory”
RGB
253, 255, 240
HSL
68°, 100%, 97%
CMYK
1, 0, 6, 0
Luminance
0.9869
Every format
| HEX | #fdfff0 |
| RGB | rgb(253, 255, 240) |
| HSL | hsl(68, 100%, 97%) |
| CMYK | cmyk(1%, 0%, 6%, 0%) |
| LAB | lab(99.5 -3.2 6.9) |
| LCH | lch(99.5 7.7 115.0) |
| OKLCH | oklch(0.995 0.020 112.9) |
Copy-ready code
/* CSS */
color: #fdfff0;
background-color: #fdfff0;
/* Tailwind (arbitrary) */
class="text-[#fdfff0] bg-[#fdfff0]"
/* SCSS */
$brand: #fdfff0;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.941)
/* Android */
Color.parseColor("#fdfff0")Accessibility — WCAG contrast
Aa
#fdfff0 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfff0 on black: 20.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow5.9%
Key (black)0.0%
Color previews
#fdfff0 text on a black background
contrast 20.74:1
Card sample
#fdfff0 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfff0;
Background color
Panel with #fdfff0 background
background-color: #fdfff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfff0; background: linear-gradient(135deg, #fdfff0, #F3FFF0);