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