#f9dabc
a pale, electric orange · warm · closest name: beige
RGB
249, 218, 188
HSL
30°, 84%, 86%
CMYK
0, 12, 25, 2
Luminance
0.7391
Every format
| HEX | #f9dabc |
| RGB | rgb(249, 218, 188) |
| HSL | hsl(30, 84%, 86%) |
| CMYK | cmyk(0%, 12%, 25%, 2%) |
| LAB | lab(88.9 6.3 18.7) |
| LCH | lch(88.9 19.8 71.5) |
| OKLCH | oklch(0.906 0.053 66.2) |
Copy-ready code
/* CSS */
color: #f9dabc;
background-color: #f9dabc;
/* Tailwind (arbitrary) */
class="text-[#f9dabc] bg-[#f9dabc]"
/* SCSS */
$brand: #f9dabc;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#f9dabc")Accessibility — WCAG contrast
Aa
#f9dabc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dabc on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow24.5%
Key (black)2.4%
Color previews
#f9dabc text on a black background
contrast 15.78:1
Card sample
#f9dabc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dabc;
Background color
Panel with #f9dabc background
background-color: #f9dabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dabc; background: linear-gradient(135deg, #f9dabc, #EFF9BC);