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