#f3fcfd
a pale, vivid cyan · cool · closest name: white
RGB
243, 252, 253
HSL
186°, 71%, 97%
CMYK
4, 0, 0, 1
Luminance
0.9577
Every format
| HEX | #f3fcfd |
| RGB | rgb(243, 252, 253) |
| HSL | hsl(186, 71%, 97%) |
| CMYK | cmyk(4%, 0%, 0%, 1%) |
| LAB | lab(98.3 -2.8 -1.5) |
| LCH | lch(98.3 3.1 208.4) |
| OKLCH | oklch(0.985 0.010 204.9) |
Copy-ready code
/* CSS */
color: #f3fcfd;
background-color: #f3fcfd;
/* Tailwind (arbitrary) */
class="text-[#f3fcfd] bg-[#f3fcfd]"
/* SCSS */
$brand: #f3fcfd;
/* SwiftUI */
Color(red: 0.953, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#f3fcfd")Accessibility — WCAG contrast
Aa
#f3fcfd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fcfd on black: 20.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green98.8%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f3fcfd text on a black background
contrast 20.15:1
Card sample
#f3fcfd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fcfd;
Background color
Panel with #f3fcfd background
background-color: #f3fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fcfd; background: linear-gradient(135deg, #f3fcfd, #F3F5FD);