#f9f9cf
a pale, electric yellow · cool · closest name: beige
RGB
249, 249, 207
HSL
60°, 78%, 89%
CMYK
0, 0, 17, 2
Luminance
0.9240
Every format
| HEX | #f9f9cf |
| RGB | rgb(249, 249, 207) |
| HSL | hsl(60, 78%, 89%) |
| CMYK | cmyk(0%, 0%, 17%, 2%) |
| LAB | lab(97.0 -6.8 20.2) |
| LCH | lch(97.0 21.3 108.5) |
| OKLCH | oklch(0.972 0.054 107.4) |
Copy-ready code
/* CSS */
color: #f9f9cf;
background-color: #f9f9cf;
/* Tailwind (arbitrary) */
class="text-[#f9f9cf] bg-[#f9f9cf]"
/* SCSS */
$brand: #f9f9cf;
/* SwiftUI */
Color(red: 0.976, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#f9f9cf")Accessibility — WCAG contrast
Aa
#f9f9cf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9f9cf on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green97.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#f9f9cf text on a black background
contrast 19.48:1
Card sample
#f9f9cf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9f9cf;
Background color
Panel with #f9f9cf background
background-color: #f9f9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9f9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9f9cf; background: linear-gradient(135deg, #f9f9cf, #DDF9CF);