#f0faf7
a pale, vivid cyan · cool · closest name: white
RGB
240, 250, 247
HSL
162°, 50%, 96%
CMYK
4, 0, 1, 2
Luminance
0.9361
Every format
| HEX | #f0faf7 |
| RGB | rgb(240, 250, 247) |
| HSL | hsl(162, 50%, 96%) |
| CMYK | cmyk(4%, 0%, 1%, 2%) |
| LAB | lab(97.5 -3.8 0.3) |
| LCH | lch(97.5 3.8 175.7) |
| OKLCH | oklch(0.977 0.011 176.3) |
Copy-ready code
/* CSS */
color: #f0faf7;
background-color: #f0faf7;
/* Tailwind (arbitrary) */
class="text-[#f0faf7] bg-[#f0faf7]"
/* SCSS */
$brand: #f0faf7;
/* SwiftUI */
Color(red: 0.941, green: 0.980, blue: 0.969)
/* Android */
Color.parseColor("#f0faf7")Accessibility — WCAG contrast
Aa
#f0faf7 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0faf7 on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.0%
Blue96.9%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow1.2%
Key (black)2.0%
Color previews
#f0faf7 text on a black background
contrast 19.72:1
Card sample
#f0faf7 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0faf7;
Background color
Panel with #f0faf7 background
background-color: #f0faf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0faf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 250, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 250, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0faf7; background: linear-gradient(135deg, #f0faf7, #F0F6FA);