#fffffc
a pale, electric yellow · cool · “white”
RGB
255, 255, 252
HSL
60°, 100%, 99%
CMYK
0, 0, 1, 0
Luminance
0.9981
Every format
| HEX | #fffffc |
| RGB | rgb(255, 255, 252) |
| HSL | hsl(60, 100%, 99%) |
| CMYK | cmyk(0%, 0%, 1%, 0%) |
| LAB | lab(99.9 -0.5 1.4) |
| LCH | lch(99.9 1.5 110.0) |
| OKLCH | oklch(0.999 0.004 106.5) |
Copy-ready code
/* CSS */
color: #fffffc;
background-color: #fffffc;
/* Tailwind (arbitrary) */
class="text-[#fffffc] bg-[#fffffc]"
/* SCSS */
$brand: #fffffc;
/* SwiftUI */
Color(red: 1.000, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#fffffc")Accessibility — WCAG contrast
Aa
#fffffc on white: 1.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffffc on black: 20.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green100.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#fffffc text on a black background
contrast 20.96:1
Card sample
#fffffc text on a white background
contrast 1.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffffc;
Background color
Panel with #fffffc background
background-color: #fffffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffffc; background: linear-gradient(135deg, #fffffc, #FDFFFC);