#fbf2af
a light, electric yellow · cool · closest name: khaki
RGB
251, 242, 175
HSL
53°, 91%, 84%
CMYK
0, 4, 30, 2
Luminance
0.8711
Every format
| HEX | #fbf2af |
| RGB | rgb(251, 242, 175) |
| HSL | hsl(53, 91%, 84%) |
| CMYK | cmyk(0%, 4%, 30%, 2%) |
| LAB | lab(94.8 -6.9 33.5) |
| LCH | lch(94.8 34.2 101.6) |
| OKLCH | oklch(0.953 0.086 101.4) |
Copy-ready code
/* CSS */
color: #fbf2af;
background-color: #fbf2af;
/* Tailwind (arbitrary) */
class="text-[#fbf2af] bg-[#fbf2af]"
/* SCSS */
$brand: #fbf2af;
/* SwiftUI */
Color(red: 0.984, green: 0.949, blue: 0.686)
/* Android */
Color.parseColor("#fbf2af")Accessibility — WCAG contrast
Aa
#fbf2af on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf2af on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow30.3%
Key (black)1.6%
Color previews
#fbf2af text on a black background
contrast 18.42:1
Card sample
#fbf2af text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf2af;
Background color
Panel with #fbf2af background
background-color: #fbf2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 242, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 242, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf2af; background: linear-gradient(135deg, #fbf2af, #D1FBAF);