#fadc69
a light, electric yellow · cool · closest name: khaki
RGB
250, 220, 105
HSL
48°, 94%, 70%
CMYK
0, 12, 58, 2
Luminance
0.7253
Every format
| HEX | #fadc69 |
| RGB | rgb(250, 220, 105) |
| HSL | hsl(48, 94%, 70%) |
| CMYK | cmyk(0%, 12%, 58%, 2%) |
| LAB | lab(88.2 -3.0 59.2) |
| LCH | lch(88.2 59.3 92.9) |
| OKLCH | oklch(0.897 0.138 94.8) |
Copy-ready code
/* CSS */
color: #fadc69;
background-color: #fadc69;
/* Tailwind (arbitrary) */
class="text-[#fadc69] bg-[#fadc69]"
/* SCSS */
$brand: #fadc69;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.412)
/* Android */
Color.parseColor("#fadc69")Accessibility — WCAG contrast
Aa
#fadc69 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadc69 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow58.0%
Key (black)2.0%
Color previews
#fadc69 text on a black background
contrast 15.51:1
Card sample
#fadc69 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadc69;
Background color
Panel with #fadc69 background
background-color: #fadc69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadc69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadc69; background: linear-gradient(135deg, #fadc69, #B7FA69);