#f5fdff
a pale, electric cyan · cool · closest name: white
RGB
245, 253, 255
HSL
192°, 100%, 98%
CMYK
4, 1, 0, 0
Luminance
0.9688
Every format
| HEX | #f5fdff |
| RGB | rgb(245, 253, 255) |
| HSL | hsl(192, 100%, 98%) |
| CMYK | cmyk(4%, 1%, 0%, 0%) |
| LAB | lab(98.8 -2.3 -1.9) |
| LCH | lch(98.8 2.9 219.6) |
| OKLCH | oklch(0.989 0.009 214.3) |
Copy-ready code
/* CSS */
color: #f5fdff;
background-color: #f5fdff;
/* Tailwind (arbitrary) */
class="text-[#f5fdff] bg-[#f5fdff]"
/* SCSS */
$brand: #f5fdff;
/* SwiftUI */
Color(red: 0.961, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#f5fdff")Accessibility — WCAG contrast
Aa
#f5fdff on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fdff on black: 20.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green99.2%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f5fdff text on a black background
contrast 20.38:1
Card sample
#f5fdff text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fdff;
Background color
Panel with #f5fdff background
background-color: #f5fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fdff; background: linear-gradient(135deg, #f5fdff, #F5F6FF);