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