#f9f9bf
a pale, electric yellow · cool · closest name: beige
RGB
249, 249, 191
HSL
60°, 83%, 86%
CMYK
0, 0, 23, 2
Luminance
0.9165
Every format
| HEX | #f9f9bf |
| RGB | rgb(249, 249, 191) |
| HSL | hsl(60, 83%, 86%) |
| CMYK | cmyk(0%, 0%, 23%, 2%) |
| LAB | lab(96.7 -9.0 27.9) |
| LCH | lch(96.7 29.4 107.9) |
| OKLCH | oklch(0.968 0.074 107.7) |
Copy-ready code
/* CSS */
color: #f9f9bf;
background-color: #f9f9bf;
/* Tailwind (arbitrary) */
class="text-[#f9f9bf] bg-[#f9f9bf]"
/* SCSS */
$brand: #f9f9bf;
/* SwiftUI */
Color(red: 0.976, green: 0.976, blue: 0.749)
/* Android */
Color.parseColor("#f9f9bf")Accessibility — WCAG contrast
Aa
#f9f9bf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9f9bf on black: 19.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green97.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow23.3%
Key (black)2.4%
Color previews
#f9f9bf text on a black background
contrast 19.33:1
Card sample
#f9f9bf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9f9bf;
Background color
Panel with #f9f9bf background
background-color: #f9f9bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9f9bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 249, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 249, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9f9bf; background: linear-gradient(135deg, #f9f9bf, #D2F9BF);