#fbd170
a light, electric yellow · warm · closest name: khaki
RGB
251, 209, 112
HSL
42°, 95%, 71%
CMYK
0, 17, 55, 2
Luminance
0.6728
Every format
| HEX | #fbd170 |
| RGB | rgb(251, 209, 112) |
| HSL | hsl(42, 95%, 71%) |
| CMYK | cmyk(0%, 17%, 55%, 2%) |
| LAB | lab(85.7 3.5 53.0) |
| LCH | lch(85.7 53.1 86.2) |
| OKLCH | oklch(0.878 0.125 86.3) |
Copy-ready code
/* CSS */
color: #fbd170;
background-color: #fbd170;
/* Tailwind (arbitrary) */
class="text-[#fbd170] bg-[#fbd170]"
/* SCSS */
$brand: #fbd170;
/* SwiftUI */
Color(red: 0.984, green: 0.820, blue: 0.439)
/* Android */
Color.parseColor("#fbd170")Accessibility — WCAG contrast
Aa
#fbd170 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd170 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green82.0%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow55.4%
Key (black)1.6%
Color previews
#fbd170 text on a black background
contrast 14.46:1
Card sample
#fbd170 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd170;
Background color
Panel with #fbd170 background
background-color: #fbd170;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd170;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 209, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 209, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd170; background: linear-gradient(135deg, #fbd170, #C8FB70);