#f8f9f6
a pale, soft green · cool · closest name: white
RGB
248, 249, 246
HSL
80°, 20%, 97%
CMYK
0, 0, 1, 2
Luminance
0.9436
Every format
| HEX | #f8f9f6 |
| RGB | rgb(248, 249, 246) |
| HSL | hsl(80, 20%, 97%) |
| CMYK | cmyk(0%, 0%, 1%, 2%) |
| LAB | lab(97.8 -0.9 1.3) |
| LCH | lch(97.8 1.6 123.1) |
| OKLCH | oklch(0.981 0.004 121.6) |
Copy-ready code
/* CSS */
color: #f8f9f6;
background-color: #f8f9f6;
/* Tailwind (arbitrary) */
class="text-[#f8f9f6] bg-[#f8f9f6]"
/* SCSS */
$brand: #f8f9f6;
/* SwiftUI */
Color(red: 0.973, green: 0.976, blue: 0.965)
/* Android */
Color.parseColor("#f8f9f6")Accessibility — WCAG contrast
Aa
#f8f9f6 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f9f6 on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green97.6%
Blue96.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow1.2%
Key (black)2.4%
Color previews
#f8f9f6 text on a black background
contrast 19.87:1
Card sample
#f8f9f6 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f9f6;
Background color
Panel with #f8f9f6 background
background-color: #f8f9f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f9f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 249, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 249, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f9f6; background: linear-gradient(135deg, #f8f9f6, #F6F9F6);