#f6f5fa
a pale, soft blue · warm · closest name: white
RGB
246, 245, 250
HSL
252°, 33%, 97%
CMYK
2, 2, 0, 2
Luminance
0.9180
Every format
| HEX | #f6f5fa |
| RGB | rgb(246, 245, 250) |
| HSL | hsl(252, 33%, 97%) |
| CMYK | cmyk(2%, 2%, 0%, 2%) |
| LAB | lab(96.7 1.2 -2.3) |
| LCH | lch(96.7 2.6 298.2) |
| OKLCH | oklch(0.972 0.007 295.5) |
Copy-ready code
/* CSS */
color: #f6f5fa;
background-color: #f6f5fa;
/* Tailwind (arbitrary) */
class="text-[#f6f5fa] bg-[#f6f5fa]"
/* SCSS */
$brand: #f6f5fa;
/* SwiftUI */
Color(red: 0.965, green: 0.961, blue: 0.980)
/* Android */
Color.parseColor("#f6f5fa")Accessibility — WCAG contrast
Aa
#f6f5fa on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6f5fa on black: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green96.1%
Blue98.0%
CMYK percentages
Cyan1.6%
Magenta2.0%
Yellow0.0%
Key (black)2.0%
Color previews
#f6f5fa text on a black background
contrast 19.36:1
Card sample
#f6f5fa text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6f5fa;
Background color
Panel with #f6f5fa background
background-color: #f6f5fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6f5fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 245, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 245, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6f5fa; background: linear-gradient(135deg, #f6f5fa, #F9F5FA);