#faac00
a balanced, electric yellow · warm · closest name: orange
RGB
250, 172, 0
HSL
41°, 100%, 49%
CMYK
0, 31, 100, 2
Luminance
0.4983
Every format
| HEX | #faac00 |
| RGB | rgb(250, 172, 0) |
| HSL | hsl(41, 100%, 49%) |
| CMYK | cmyk(0%, 31%, 100%, 2%) |
| LAB | lab(76.0 18.2 79.3) |
| LCH | lch(76.0 81.4 77.1) |
| OKLCH | oklch(0.799 0.168 76.1) |
Copy-ready code
/* CSS */
color: #faac00;
background-color: #faac00;
/* Tailwind (arbitrary) */
class="text-[#faac00] bg-[#faac00]"
/* SCSS */
$brand: #faac00;
/* SwiftUI */
Color(red: 0.980, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#faac00")Accessibility — WCAG contrast
Aa
#faac00 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faac00 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow100.0%
Key (black)2.0%
Color previews
#faac00 text on a black background
contrast 10.97:1
Card sample
#faac00 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faac00;
Background color
Panel with #faac00 background
background-color: #faac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faac00; background: linear-gradient(135deg, #faac00, #A1FA00);