#f4fefc
a pale, electric cyan · cool · closest name: white
RGB
244, 254, 252
HSL
168°, 83%, 98%
CMYK
4, 0, 1, 0
Luminance
0.9714
Every format
| HEX | #f4fefc |
| RGB | rgb(244, 254, 252) |
| HSL | hsl(168, 83%, 98%) |
| CMYK | cmyk(4%, 0%, 1%, 0%) |
| LAB | lab(98.9 -3.6 -0.2) |
| LCH | lch(98.9 3.6 182.8) |
| OKLCH | oklch(0.989 0.011 182.9) |
Copy-ready code
/* CSS */
color: #f4fefc;
background-color: #f4fefc;
/* Tailwind (arbitrary) */
class="text-[#f4fefc] bg-[#f4fefc]"
/* SCSS */
$brand: #f4fefc;
/* SwiftUI */
Color(red: 0.957, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#f4fefc")Accessibility — WCAG contrast
Aa
#f4fefc on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fefc on black: 20.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green99.6%
Blue98.8%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#f4fefc text on a black background
contrast 20.43:1
Card sample
#f4fefc text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fefc;
Background color
Panel with #f4fefc background
background-color: #f4fefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fefc; background: linear-gradient(135deg, #f4fefc, #F4F9FE);