#f4fcfc
a pale, vivid cyan · cool · closest name: white
RGB
244, 252, 252
HSL
180°, 57%, 97%
CMYK
3, 0, 0, 1
Luminance
0.9588
Every format
| HEX | #f4fcfc |
| RGB | rgb(244, 252, 252) |
| HSL | hsl(180, 57%, 97%) |
| CMYK | cmyk(3%, 0%, 0%, 1%) |
| LAB | lab(98.4 -2.6 -0.9) |
| LCH | lch(98.4 2.8 199.2) |
| OKLCH | oklch(0.985 0.008 197.0) |
Copy-ready code
/* CSS */
color: #f4fcfc;
background-color: #f4fcfc;
/* Tailwind (arbitrary) */
class="text-[#f4fcfc] bg-[#f4fcfc]"
/* SCSS */
$brand: #f4fcfc;
/* SwiftUI */
Color(red: 0.957, green: 0.988, blue: 0.988)
/* Android */
Color.parseColor("#f4fcfc")Accessibility — WCAG contrast
Aa
#f4fcfc on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fcfc on black: 20.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.8%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow0.0%
Key (black)1.2%
Color previews
#f4fcfc text on a black background
contrast 20.18:1
Card sample
#f4fcfc text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fcfc;
Background color
Panel with #f4fcfc background
background-color: #f4fcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 252, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 252, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fcfc; background: linear-gradient(135deg, #f4fcfc, #F4F7FC);