#fadb72
a light, electric yellow · cool · closest name: khaki
RGB
250, 219, 114
HSL
46°, 93%, 71%
CMYK
0, 12, 54, 2
Luminance
0.7220
Every format
| HEX | #fadb72 |
| RGB | rgb(250, 219, 114) |
| HSL | hsl(46, 93%, 71%) |
| CMYK | cmyk(0%, 12%, 54%, 2%) |
| LAB | lab(88.1 -1.8 54.9) |
| LCH | lch(88.1 54.9 91.9) |
| OKLCH | oklch(0.897 0.129 93.2) |
Copy-ready code
/* CSS */
color: #fadb72;
background-color: #fadb72;
/* Tailwind (arbitrary) */
class="text-[#fadb72] bg-[#fadb72]"
/* SCSS */
$brand: #fadb72;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.447)
/* Android */
Color.parseColor("#fadb72")Accessibility — WCAG contrast
Aa
#fadb72 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadb72 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow54.4%
Key (black)2.0%
Color previews
#fadb72 text on a black background
contrast 15.44:1
Card sample
#fadb72 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadb72;
Background color
Panel with #fadb72 background
background-color: #fadb72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadb72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadb72; background: linear-gradient(135deg, #fadb72, #BEFA72);