#fac652
a light, electric yellow · warm · closest name: orange
RGB
250, 198, 82
HSL
41°, 94%, 65%
CMYK
0, 21, 67, 2
Luminance
0.6132
Every format
| HEX | #fac652 |
| RGB | rgb(250, 198, 82) |
| HSL | hsl(41, 94%, 65%) |
| CMYK | cmyk(0%, 21%, 67%, 2%) |
| LAB | lab(82.5 6.8 63.1) |
| LCH | lch(82.5 63.5 83.8) |
| OKLCH | oklch(0.852 0.143 84.4) |
Copy-ready code
/* CSS */
color: #fac652;
background-color: #fac652;
/* Tailwind (arbitrary) */
class="text-[#fac652] bg-[#fac652]"
/* SCSS */
$brand: #fac652;
/* SwiftUI */
Color(red: 0.980, green: 0.776, blue: 0.322)
/* Android */
Color.parseColor("#fac652")Accessibility — WCAG contrast
Aa
#fac652 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac652 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green77.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow67.2%
Key (black)2.0%
Color previews
#fac652 text on a black background
contrast 13.26:1
Card sample
#fac652 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac652;
Background color
Panel with #fac652 background
background-color: #fac652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 198, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 198, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac652; background: linear-gradient(135deg, #fac652, #BEFA52);