#f9ebbc
a pale, electric yellow · cool · closest name: beige
RGB
249, 235, 188
HSL
46°, 84%, 86%
CMYK
0, 6, 25, 2
Luminance
0.8319
Every format
| HEX | #f9ebbc |
| RGB | rgb(249, 235, 188) |
| HSL | hsl(46, 84%, 86%) |
| CMYK | cmyk(0%, 6%, 25%, 2%) |
| LAB | lab(93.1 -2.4 24.6) |
| LCH | lch(93.1 24.7 95.6) |
| OKLCH | oklch(0.940 0.063 93.4) |
Copy-ready code
/* CSS */
color: #f9ebbc;
background-color: #f9ebbc;
/* Tailwind (arbitrary) */
class="text-[#f9ebbc] bg-[#f9ebbc]"
/* SCSS */
$brand: #f9ebbc;
/* SwiftUI */
Color(red: 0.976, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#f9ebbc")Accessibility — WCAG contrast
Aa
#f9ebbc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ebbc on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow24.5%
Key (black)2.4%
Color previews
#f9ebbc text on a black background
contrast 17.64:1
Card sample
#f9ebbc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ebbc;
Background color
Panel with #f9ebbc background
background-color: #f9ebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ebbc; background: linear-gradient(135deg, #f9ebbc, #DEF9BC);