#fca607
a balanced, electric orange · warm · “orange”
RGB
252, 166, 7
HSL
39°, 98%, 51%
CMYK
0, 34, 97, 1
Luminance
0.4798
Every format
| HEX | #fca607 |
| RGB | rgb(252, 166, 7) |
| HSL | hsl(39, 98%, 51%) |
| CMYK | cmyk(0%, 34%, 97%, 1%) |
| LAB | lab(74.8 22.2 77.9) |
| LCH | lch(74.8 81.0 74.1) |
| OKLCH | oklch(0.791 0.168 72.0) |
Copy-ready code
/* CSS */
color: #fca607;
background-color: #fca607;
/* Tailwind (arbitrary) */
class="text-[#fca607] bg-[#fca607]"
/* SCSS */
$brand: #fca607;
/* SwiftUI */
Color(red: 0.988, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#fca607")Accessibility — WCAG contrast
Aa
#fca607 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fca607 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green65.1%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow97.2%
Key (black)1.2%
Color previews
#fca607 text on a black background
contrast 10.60:1
Card sample
#fca607 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fca607;
Background color
Panel with #fca607 background
background-color: #fca607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fca607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fca607; background: linear-gradient(135deg, #fca607, #AFFC07);