#f6f6fe
a pale, electric blue · warm · closest name: white
RGB
246, 246, 254
HSL
240°, 80%, 98%
CMYK
3, 3, 0, 0
Luminance
0.9266
Every format
| HEX | #f6f6fe |
| RGB | rgb(246, 246, 254) |
| HSL | hsl(240, 80%, 98%) |
| CMYK | cmyk(3%, 3%, 0%, 0%) |
| LAB | lab(97.1 1.4 -3.8) |
| LCH | lch(97.1 4.1 290.5) |
| OKLCH | oklch(0.975 0.011 286.2) |
Copy-ready code
/* CSS */
color: #f6f6fe;
background-color: #f6f6fe;
/* Tailwind (arbitrary) */
class="text-[#f6f6fe] bg-[#f6f6fe]"
/* SCSS */
$brand: #f6f6fe;
/* SwiftUI */
Color(red: 0.965, green: 0.965, blue: 0.996)
/* Android */
Color.parseColor("#f6f6fe")Accessibility — WCAG contrast
Aa
#f6f6fe on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6f6fe on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green96.5%
Blue99.6%
CMYK percentages
Cyan3.1%
Magenta3.1%
Yellow0.0%
Key (black)0.4%
Color previews
#f6f6fe text on a black background
contrast 19.53:1
Card sample
#f6f6fe text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6f6fe;
Background color
Panel with #f6f6fe background
background-color: #f6f6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6f6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 246, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 246, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6f6fe; background: linear-gradient(135deg, #f6f6fe, #FBF6FE);