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