#faeb0d
a balanced, electric yellow · cool · closest name: yellow
RGB
250, 235, 13
HSL
56°, 96%, 52%
CMYK
0, 6, 95, 2
Luminance
0.7977
Every format
| HEX | #faeb0d |
| RGB | rgb(250, 235, 13) |
| HSL | hsl(56, 96%, 52%) |
| CMYK | cmyk(0%, 6%, 95%, 2%) |
| LAB | lab(91.6 -13.9 89.3) |
| LCH | lch(91.6 90.3 98.8) |
| OKLCH | oklch(0.923 0.194 104.9) |
Copy-ready code
/* CSS */
color: #faeb0d;
background-color: #faeb0d;
/* Tailwind (arbitrary) */
class="text-[#faeb0d] bg-[#faeb0d]"
/* SCSS */
$brand: #faeb0d;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.051)
/* Android */
Color.parseColor("#faeb0d")Accessibility — WCAG contrast
Aa
#faeb0d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeb0d on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow94.8%
Key (black)2.0%
Color previews
#faeb0d text on a black background
contrast 16.95:1
Card sample
#faeb0d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeb0d;
Background color
Panel with #faeb0d background
background-color: #faeb0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeb0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeb0d; background: linear-gradient(135deg, #faeb0d, #6BFA0D);