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