#f8dbc9
a pale, electric orange · warm · closest name: beige
RGB
248, 219, 201
HSL
23°, 77%, 88%
CMYK
0, 12, 19, 3
Luminance
0.7484
Every format
| HEX | #f8dbc9 |
| RGB | rgb(248, 219, 201) |
| HSL | hsl(23, 77%, 88%) |
| CMYK | cmyk(0%, 12%, 19%, 3%) |
| LAB | lab(89.3 7.2 12.5) |
| LCH | lch(89.3 14.5 60.0) |
| OKLCH | oklch(0.911 0.040 53.9) |
Copy-ready code
/* CSS */
color: #f8dbc9;
background-color: #f8dbc9;
/* Tailwind (arbitrary) */
class="text-[#f8dbc9] bg-[#f8dbc9]"
/* SCSS */
$brand: #f8dbc9;
/* SwiftUI */
Color(red: 0.973, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#f8dbc9")Accessibility — WCAG contrast
Aa
#f8dbc9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dbc9 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow19.0%
Key (black)2.7%
Color previews
#f8dbc9 text on a black background
contrast 15.97:1
Card sample
#f8dbc9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dbc9;
Background color
Panel with #f8dbc9 background
background-color: #f8dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dbc9; background: linear-gradient(135deg, #f8dbc9, #F6F8C9);