#f9facb
a pale, electric yellow · cool · closest name: beige
RGB
249, 250, 203
HSL
61°, 83%, 89%
CMYK
0, 0, 19, 2
Luminance
0.9282
Every format
| HEX | #f9facb |
| RGB | rgb(249, 250, 203) |
| HSL | hsl(61, 83%, 89%) |
| CMYK | cmyk(0%, 0%, 19%, 2%) |
| LAB | lab(97.2 -7.9 22.5) |
| LCH | lch(97.2 23.8 109.3) |
| OKLCH | oklch(0.973 0.061 108.5) |
Copy-ready code
/* CSS */
color: #f9facb;
background-color: #f9facb;
/* Tailwind (arbitrary) */
class="text-[#f9facb] bg-[#f9facb]"
/* SCSS */
$brand: #f9facb;
/* SwiftUI */
Color(red: 0.976, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#f9facb")Accessibility — WCAG contrast
Aa
#f9facb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9facb on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.0%
Blue79.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#f9facb text on a black background
contrast 19.56:1
Card sample
#f9facb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9facb;
Background color
Panel with #f9facb background
background-color: #f9facb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9facb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9facb; background: linear-gradient(135deg, #f9facb, #DAFACB);