#f8fcdb
a pale, electric yellow · cool · closest name: beige
RGB
248, 252, 219
HSL
67°, 85%, 92%
CMYK
2, 0, 13, 1
Luminance
0.9469
Every format
| HEX | #f8fcdb |
| RGB | rgb(248, 252, 219) |
| HSL | hsl(67, 85%, 92%) |
| CMYK | cmyk(2%, 0%, 13%, 1%) |
| LAB | lab(97.9 -6.8 15.4) |
| LCH | lch(97.9 16.8 113.9) |
| OKLCH | oklch(0.980 0.043 112.8) |
Copy-ready code
/* CSS */
color: #f8fcdb;
background-color: #f8fcdb;
/* Tailwind (arbitrary) */
class="text-[#f8fcdb] bg-[#f8fcdb]"
/* SCSS */
$brand: #f8fcdb;
/* SwiftUI */
Color(red: 0.973, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#f8fcdb")Accessibility — WCAG contrast
Aa
#f8fcdb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fcdb on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.8%
Blue85.9%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#f8fcdb text on a black background
contrast 19.94:1
Card sample
#f8fcdb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fcdb;
Background color
Panel with #f8fcdb background
background-color: #f8fcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fcdb; background: linear-gradient(135deg, #f8fcdb, #E2FCDB);