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