#f2f7fb
a pale, vivid blue · cool · closest name: white
RGB
242, 247, 251
HSL
207°, 53%, 97%
CMYK
4, 2, 0, 2
Luminance
0.9236
Every format
| HEX | #f2f7fb |
| RGB | rgb(242, 247, 251) |
| HSL | hsl(207, 53%, 97%) |
| CMYK | cmyk(4%, 2%, 0%, 2%) |
| LAB | lab(97.0 -0.9 -2.5) |
| LCH | lch(97.0 2.7 249.5) |
| OKLCH | oklch(0.974 0.008 241.7) |
Copy-ready code
/* CSS */
color: #f2f7fb;
background-color: #f2f7fb;
/* Tailwind (arbitrary) */
class="text-[#f2f7fb] bg-[#f2f7fb]"
/* SCSS */
$brand: #f2f7fb;
/* SwiftUI */
Color(red: 0.949, green: 0.969, blue: 0.984)
/* Android */
Color.parseColor("#f2f7fb")Accessibility — WCAG contrast
Aa
#f2f7fb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2f7fb on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green96.9%
Blue98.4%
CMYK percentages
Cyan3.6%
Magenta1.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f2f7fb text on a black background
contrast 19.47:1
Card sample
#f2f7fb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2f7fb;
Background color
Panel with #f2f7fb background
background-color: #f2f7fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2f7fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 247, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 247, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2f7fb; background: linear-gradient(135deg, #f2f7fb, #F3F2FB);