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