#f4fffc
a pale, electric cyan · cool · closest name: white
RGB
244, 255, 252
HSL
164°, 100%, 98%
CMYK
4, 0, 1, 0
Luminance
0.9778
Every format
| HEX | #f4fffc |
| RGB | rgb(244, 255, 252) |
| HSL | hsl(164, 100%, 98%) |
| CMYK | cmyk(4%, 0%, 1%, 0%) |
| LAB | lab(99.1 -4.1 0.2) |
| LCH | lch(99.1 4.1 177.5) |
| OKLCH | oklch(0.991 0.012 178.0) |
Copy-ready code
/* CSS */
color: #f4fffc;
background-color: #f4fffc;
/* Tailwind (arbitrary) */
class="text-[#f4fffc] bg-[#f4fffc]"
/* SCSS */
$brand: #f4fffc;
/* SwiftUI */
Color(red: 0.957, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#f4fffc")Accessibility — WCAG contrast
Aa
#f4fffc on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fffc on black: 20.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green100.0%
Blue98.8%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#f4fffc text on a black background
contrast 20.56:1
Card sample
#f4fffc text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fffc;
Background color
Panel with #f4fffc background
background-color: #f4fffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fffc; background: linear-gradient(135deg, #f4fffc, #F4FBFF);