#f2fafd
a pale, vivid cyan · cool · closest name: white
RGB
242, 250, 253
HSL
196°, 73%, 97%
CMYK
4, 1, 0, 1
Luminance
0.9434
Every format
| HEX | #f2fafd |
| RGB | rgb(242, 250, 253) |
| HSL | hsl(196, 73%, 97%) |
| CMYK | cmyk(4%, 1%, 0%, 1%) |
| LAB | lab(97.8 -2.1 -2.4) |
| LCH | lch(97.8 3.1 228.5) |
| OKLCH | oklch(0.980 0.009 222.1) |
Copy-ready code
/* CSS */
color: #f2fafd;
background-color: #f2fafd;
/* Tailwind (arbitrary) */
class="text-[#f2fafd] bg-[#f2fafd]"
/* SCSS */
$brand: #f2fafd;
/* SwiftUI */
Color(red: 0.949, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#f2fafd")Accessibility — WCAG contrast
Aa
#f2fafd on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fafd on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.0%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f2fafd text on a black background
contrast 19.87:1
Card sample
#f2fafd text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fafd;
Background color
Panel with #f2fafd background
background-color: #f2fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fafd; background: linear-gradient(135deg, #f2fafd, #F2F3FD);