#fbfcaf
a light, electric yellow · cool · closest name: khaki
RGB
251, 252, 175
HSL
61°, 93%, 84%
CMYK
0, 0, 31, 1
Luminance
0.9323
Every format
| HEX | #fbfcaf |
| RGB | rgb(251, 252, 175) |
| HSL | hsl(61, 93%, 84%) |
| CMYK | cmyk(0%, 0%, 31%, 1%) |
| LAB | lab(97.3 -11.8 36.9) |
| LCH | lch(97.3 38.7 107.8) |
| OKLCH | oklch(0.973 0.097 108.7) |
Copy-ready code
/* CSS */
color: #fbfcaf;
background-color: #fbfcaf;
/* Tailwind (arbitrary) */
class="text-[#fbfcaf] bg-[#fbfcaf]"
/* SCSS */
$brand: #fbfcaf;
/* SwiftUI */
Color(red: 0.984, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#fbfcaf")Accessibility — WCAG contrast
Aa
#fbfcaf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfcaf on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green98.8%
Blue68.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#fbfcaf text on a black background
contrast 19.65:1
Card sample
#fbfcaf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfcaf;
Background color
Panel with #fbfcaf background
background-color: #fbfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfcaf; background: linear-gradient(135deg, #fbfcaf, #C8FCAF);