#f6fcff
a pale, electric blue · cool · closest name: white
RGB
246, 252, 255
HSL
200°, 100%, 98%
CMYK
4, 1, 0, 0
Luminance
0.9643
Every format
| HEX | #f6fcff |
| RGB | rgb(246, 252, 255) |
| HSL | hsl(200, 100%, 98%) |
| CMYK | cmyk(4%, 1%, 0%, 0%) |
| LAB | lab(98.6 -1.4 -2.1) |
| LCH | lch(98.6 2.6 236.0) |
| OKLCH | oklch(0.987 0.007 228.9) |
Copy-ready code
/* CSS */
color: #f6fcff;
background-color: #f6fcff;
/* Tailwind (arbitrary) */
class="text-[#f6fcff] bg-[#f6fcff]"
/* SCSS */
$brand: #f6fcff;
/* SwiftUI */
Color(red: 0.965, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#f6fcff")Accessibility — WCAG contrast
Aa
#f6fcff on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fcff on black: 20.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green98.8%
Blue100.0%
CMYK percentages
Cyan3.5%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#f6fcff text on a black background
contrast 20.29:1
Card sample
#f6fcff text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fcff;
Background color
Panel with #f6fcff background
background-color: #f6fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fcff; background: linear-gradient(135deg, #f6fcff, #F6F6FF);