#f8e3bc
a pale, electric orange · warm · closest name: beige
RGB
248, 227, 188
HSL
39°, 81%, 86%
CMYK
0, 9, 24, 3
Luminance
0.7853
Every format
| HEX | #f8e3bc |
| RGB | rgb(248, 227, 188) |
| HSL | hsl(39, 81%, 86%) |
| CMYK | cmyk(0%, 9%, 24%, 3%) |
| LAB | lab(91.0 1.3 21.7) |
| LCH | lch(91.0 21.7 86.6) |
| OKLCH | oklch(0.923 0.056 82.9) |
Copy-ready code
/* CSS */
color: #f8e3bc;
background-color: #f8e3bc;
/* Tailwind (arbitrary) */
class="text-[#f8e3bc] bg-[#f8e3bc]"
/* SCSS */
$brand: #f8e3bc;
/* SwiftUI */
Color(red: 0.973, green: 0.890, blue: 0.737)
/* Android */
Color.parseColor("#f8e3bc")Accessibility — WCAG contrast
Aa
#f8e3bc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8e3bc on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green89.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow24.2%
Key (black)2.7%
Color previews
#f8e3bc text on a black background
contrast 16.71:1
Card sample
#f8e3bc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8e3bc;
Background color
Panel with #f8e3bc background
background-color: #f8e3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8e3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 227, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 227, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8e3bc; background: linear-gradient(135deg, #f8e3bc, #E5F8BC);