#f8f0df
a pale, vivid yellow · warm · closest name: beige
RGB
248, 240, 223
HSL
41°, 64%, 92%
CMYK
0, 3, 10, 3
Luminance
0.8760
Every format
| HEX | #f8f0df |
| RGB | rgb(248, 240, 223) |
| HSL | hsl(41, 64%, 92%) |
| CMYK | cmyk(0%, 3%, 10%, 3%) |
| LAB | lab(95.0 -0.1 9.2) |
| LCH | lch(95.0 9.2 90.9) |
| OKLCH | oklch(0.957 0.024 85.8) |
Copy-ready code
/* CSS */
color: #f8f0df;
background-color: #f8f0df;
/* Tailwind (arbitrary) */
class="text-[#f8f0df] bg-[#f8f0df]"
/* SCSS */
$brand: #f8f0df;
/* SwiftUI */
Color(red: 0.973, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#f8f0df")Accessibility — WCAG contrast
Aa
#f8f0df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f0df on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green94.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow10.1%
Key (black)2.7%
Color previews
#f8f0df text on a black background
contrast 18.52:1
Card sample
#f8f0df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f0df;
Background color
Panel with #f8f0df background
background-color: #f8f0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f0df; background: linear-gradient(135deg, #f8f0df, #EFF8DF);