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