#fda608
a balanced, electric orange · warm · “orange”
RGB
253, 166, 8
HSL
39°, 98%, 51%
CMYK
0, 34, 97, 1
Luminance
0.4817
Every format
| HEX | #fda608 |
| RGB | rgb(253, 166, 8) |
| HSL | hsl(39, 98%, 51%) |
| CMYK | cmyk(0%, 34%, 97%, 1%) |
| LAB | lab(74.9 22.6 77.9) |
| LCH | lch(74.9 81.2 73.8) |
| OKLCH | oklch(0.792 0.169 71.6) |
Copy-ready code
/* CSS */
color: #fda608;
background-color: #fda608;
/* Tailwind (arbitrary) */
class="text-[#fda608] bg-[#fda608]"
/* SCSS */
$brand: #fda608;
/* SwiftUI */
Color(red: 0.992, green: 0.651, blue: 0.031)
/* Android */
Color.parseColor("#fda608")Accessibility — WCAG contrast
Aa
#fda608 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda608 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow96.8%
Key (black)0.8%
Color previews
#fda608 text on a black background
contrast 10.63:1
Card sample
#fda608 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda608;
Background color
Panel with #fda608 background
background-color: #fda608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 166, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 166, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda608; background: linear-gradient(135deg, #fda608, #B1FD08);