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