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