#f2f2ff
a pale, electric blue · warm · closest name: lavender
RGB
242, 242, 255
HSL
240°, 100%, 98%
CMYK
5, 5, 0, 0
Luminance
0.8960
Every format
| HEX | #f2f2ff |
| RGB | rgb(242, 242, 255) |
| HSL | hsl(240, 100%, 98%) |
| CMYK | cmyk(5%, 5%, 0%, 0%) |
| LAB | lab(95.8 2.4 -6.2) |
| LCH | lch(95.8 6.7 290.7) |
| OKLCH | oklch(0.965 0.017 286.1) |
Copy-ready code
/* CSS */
color: #f2f2ff;
background-color: #f2f2ff;
/* Tailwind (arbitrary) */
class="text-[#f2f2ff] bg-[#f2f2ff]"
/* SCSS */
$brand: #f2f2ff;
/* SwiftUI */
Color(red: 0.949, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#f2f2ff")Accessibility — WCAG contrast
Aa
#f2f2ff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2f2ff on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green94.9%
Blue100.0%
CMYK percentages
Cyan5.1%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f2f2ff text on a black background
contrast 18.92:1
Card sample
#f2f2ff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2f2ff;
Background color
Panel with #f2f2ff background
background-color: #f2f2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2f2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2f2ff; background: linear-gradient(135deg, #f2f2ff, #FBF2FF);