#f5fcfc
a pale, vivid cyan · cool · closest name: white
RGB
245, 252, 252
HSL
180°, 54%, 98%
CMYK
3, 0, 0, 1
Luminance
0.9606
Every format
| HEX | #f5fcfc |
| RGB | rgb(245, 252, 252) |
| HSL | hsl(180, 54%, 98%) |
| CMYK | cmyk(3%, 0%, 0%, 1%) |
| LAB | lab(98.5 -2.3 -0.8) |
| LCH | lch(98.5 2.4 199.2) |
| OKLCH | oklch(0.986 0.007 197.0) |
Copy-ready code
/* CSS */
color: #f5fcfc;
background-color: #f5fcfc;
/* Tailwind (arbitrary) */
class="text-[#f5fcfc] bg-[#f5fcfc]"
/* SCSS */
$brand: #f5fcfc;
/* SwiftUI */
Color(red: 0.961, green: 0.988, blue: 0.988)
/* Android */
Color.parseColor("#f5fcfc")Accessibility — WCAG contrast
Aa
#f5fcfc on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fcfc on black: 20.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.8%
Blue98.8%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow0.0%
Key (black)1.2%
Color previews
#f5fcfc text on a black background
contrast 20.21:1
Card sample
#f5fcfc text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fcfc;
Background color
Panel with #f5fcfc background
background-color: #f5fcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 252, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 252, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fcfc; background: linear-gradient(135deg, #f5fcfc, #F5F7FC);