#f6f7ff
a pale, electric blue · warm · closest name: white
RGB
246, 247, 255
HSL
233°, 100%, 98%
CMYK
4, 3, 0, 0
Luminance
0.9333
Every format
| HEX | #f6f7ff |
| RGB | rgb(246, 247, 255) |
| HSL | hsl(233, 100%, 98%) |
| CMYK | cmyk(4%, 3%, 0%, 0%) |
| LAB | lab(97.4 1.1 -3.9) |
| LCH | lch(97.4 4.1 285.6) |
| OKLCH | oklch(0.978 0.011 280.5) |
Copy-ready code
/* CSS */
color: #f6f7ff;
background-color: #f6f7ff;
/* Tailwind (arbitrary) */
class="text-[#f6f7ff] bg-[#f6f7ff]"
/* SCSS */
$brand: #f6f7ff;
/* SwiftUI */
Color(red: 0.965, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#f6f7ff")Accessibility — WCAG contrast
Aa
#f6f7ff on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6f7ff on black: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green96.9%
Blue100.0%
CMYK percentages
Cyan3.5%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f6f7ff text on a black background
contrast 19.67:1
Card sample
#f6f7ff text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6f7ff;
Background color
Panel with #f6f7ff background
background-color: #f6f7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6f7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6f7ff; background: linear-gradient(135deg, #f6f7ff, #FBF6FF);