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