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