#fbc75f
a light, electric yellow · warm · closest name: khaki
RGB
251, 199, 95
HSL
40°, 95%, 68%
CMYK
0, 21, 62, 2
Luminance
0.6218
Every format
| HEX | #fbc75f |
| RGB | rgb(251, 199, 95) |
| HSL | hsl(40, 95%, 68%) |
| CMYK | cmyk(0%, 21%, 62%, 2%) |
| LAB | lab(83.0 7.5 57.9) |
| LCH | lch(83.0 58.4 82.6) |
| OKLCH | oklch(0.856 0.134 82.5) |
Copy-ready code
/* CSS */
color: #fbc75f;
background-color: #fbc75f;
/* Tailwind (arbitrary) */
class="text-[#fbc75f] bg-[#fbc75f]"
/* SCSS */
$brand: #fbc75f;
/* SwiftUI */
Color(red: 0.984, green: 0.780, blue: 0.373)
/* Android */
Color.parseColor("#fbc75f")Accessibility — WCAG contrast
Aa
#fbc75f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc75f on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow62.2%
Key (black)1.6%
Color previews
#fbc75f text on a black background
contrast 13.44:1
Card sample
#fbc75f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc75f;
Background color
Panel with #fbc75f background
background-color: #fbc75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 199, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 199, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc75f; background: linear-gradient(135deg, #fbc75f, #C7FB5F);