#fad47b
a light, electric yellow · warm · closest name: khaki
RGB
250, 212, 123
HSL
42°, 93%, 73%
CMYK
0, 15, 51, 2
Luminance
0.6884
Every format
| HEX | #fad47b |
| RGB | rgb(250, 212, 123) |
| HSL | hsl(42, 93%, 73%) |
| CMYK | cmyk(0%, 15%, 51%, 2%) |
| LAB | lab(86.4 2.5 48.6) |
| LCH | lch(86.4 48.7 87.1) |
| OKLCH | oklch(0.884 0.116 86.9) |
Copy-ready code
/* CSS */
color: #fad47b;
background-color: #fad47b;
/* Tailwind (arbitrary) */
class="text-[#fad47b] bg-[#fad47b]"
/* SCSS */
$brand: #fad47b;
/* SwiftUI */
Color(red: 0.980, green: 0.831, blue: 0.482)
/* Android */
Color.parseColor("#fad47b")Accessibility — WCAG contrast
Aa
#fad47b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad47b on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green83.1%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow50.8%
Key (black)2.0%
Color previews
#fad47b text on a black background
contrast 14.77:1
Card sample
#fad47b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad47b;
Background color
Panel with #fad47b background
background-color: #fad47b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad47b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 212, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 212, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad47b; background: linear-gradient(135deg, #fad47b, #CBFA7B);