#f9eedb
a pale, vivid orange · warm · closest name: beige
RGB
249, 238, 219
HSL
38°, 71%, 92%
CMYK
0, 4, 12, 2
Luminance
0.8640
Every format
| HEX | #f9eedb |
| RGB | rgb(249, 238, 219) |
| HSL | hsl(38, 71%, 92%) |
| CMYK | cmyk(0%, 4%, 12%, 2%) |
| LAB | lab(94.5 0.6 10.5) |
| LCH | lch(94.5 10.5 86.8) |
| OKLCH | oklch(0.953 0.028 81.5) |
Copy-ready code
/* CSS */
color: #f9eedb;
background-color: #f9eedb;
/* Tailwind (arbitrary) */
class="text-[#f9eedb] bg-[#f9eedb]"
/* SCSS */
$brand: #f9eedb;
/* SwiftUI */
Color(red: 0.976, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#f9eedb")Accessibility — WCAG contrast
Aa
#f9eedb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9eedb on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green93.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow12.0%
Key (black)2.4%
Color previews
#f9eedb text on a black background
contrast 18.28:1
Card sample
#f9eedb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9eedb;
Background color
Panel with #f9eedb background
background-color: #f9eedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9eedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9eedb; background: linear-gradient(135deg, #f9eedb, #F0F9DB);