#f8dfbe
a pale, electric orange · warm · closest name: beige
RGB
248, 223, 190
HSL
34°, 81%, 86%
CMYK
0, 10, 23, 3
Luminance
0.7645
Every format
| HEX | #f8dfbe |
| RGB | rgb(248, 223, 190) |
| HSL | hsl(34, 81%, 86%) |
| CMYK | cmyk(0%, 10%, 23%, 3%) |
| LAB | lab(90.1 3.6 19.3) |
| LCH | lch(90.1 19.7 79.5) |
| OKLCH | oklch(0.916 0.051 74.7) |
Copy-ready code
/* CSS */
color: #f8dfbe;
background-color: #f8dfbe;
/* Tailwind (arbitrary) */
class="text-[#f8dfbe] bg-[#f8dfbe]"
/* SCSS */
$brand: #f8dfbe;
/* SwiftUI */
Color(red: 0.973, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#f8dfbe")Accessibility — WCAG contrast
Aa
#f8dfbe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dfbe on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow23.4%
Key (black)2.7%
Color previews
#f8dfbe text on a black background
contrast 16.29:1
Card sample
#f8dfbe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dfbe;
Background color
Panel with #f8dfbe background
background-color: #f8dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dfbe; background: linear-gradient(135deg, #f8dfbe, #EAF8BE);