#f1f2fe
a pale, electric blue · warm · closest name: lavender
RGB
241, 242, 254
HSL
235°, 87%, 97%
CMYK
5, 5, 0, 0
Luminance
0.8936
Every format
| HEX | #f1f2fe |
| RGB | rgb(241, 242, 254) |
| HSL | hsl(235, 87%, 97%) |
| CMYK | cmyk(5%, 5%, 0%, 0%) |
| LAB | lab(95.7 1.8 -5.9) |
| LCH | lch(95.7 6.2 287.4) |
| OKLCH | oklch(0.964 0.016 282.3) |
Copy-ready code
/* CSS */
color: #f1f2fe;
background-color: #f1f2fe;
/* Tailwind (arbitrary) */
class="text-[#f1f2fe] bg-[#f1f2fe]"
/* SCSS */
$brand: #f1f2fe;
/* SwiftUI */
Color(red: 0.945, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#f1f2fe")Accessibility — WCAG contrast
Aa
#f1f2fe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1f2fe on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green94.9%
Blue99.6%
CMYK percentages
Cyan5.1%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#f1f2fe text on a black background
contrast 18.87:1
Card sample
#f1f2fe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1f2fe;
Background color
Panel with #f1f2fe background
background-color: #f1f2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1f2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1f2fe; background: linear-gradient(135deg, #f1f2fe, #F9F1FE);