#f0fcfe
a pale, electric cyan · cool · closest name: white
RGB
240, 252, 254
HSL
189°, 88%, 97%
CMYK
6, 1, 0, 0
Luminance
0.9530
Every format
| HEX | #f0fcfe |
| RGB | rgb(240, 252, 254) |
| HSL | hsl(189, 88%, 97%) |
| CMYK | cmyk(6%, 1%, 0%, 0%) |
| LAB | lab(98.2 -3.6 -2.3) |
| LCH | lch(98.2 4.3 213.1) |
| OKLCH | oklch(0.983 0.013 208.8) |
Copy-ready code
/* CSS */
color: #f0fcfe;
background-color: #f0fcfe;
/* Tailwind (arbitrary) */
class="text-[#f0fcfe] bg-[#f0fcfe]"
/* SCSS */
$brand: #f0fcfe;
/* SwiftUI */
Color(red: 0.941, green: 0.988, blue: 0.996)
/* Android */
Color.parseColor("#f0fcfe")Accessibility — WCAG contrast
Aa
#f0fcfe on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fcfe on black: 20.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.8%
Blue99.6%
CMYK percentages
Cyan5.5%
Magenta0.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f0fcfe text on a black background
contrast 20.06:1
Card sample
#f0fcfe text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fcfe;
Background color
Panel with #f0fcfe background
background-color: #f0fcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 252, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 252, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fcfe; background: linear-gradient(135deg, #f0fcfe, #F0F3FE);