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