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