#ffa430
a balanced, electric orange · warm · closest name: orange
RGB
255, 164, 48
HSL
34°, 100%, 59%
CMYK
0, 36, 81, 0
Luminance
0.4802
Every format
| HEX | #ffa430 |
| RGB | rgb(255, 164, 48) |
| HSL | hsl(34, 100%, 59%) |
| CMYK | cmyk(0%, 36%, 81%, 0%) |
| LAB | lab(74.8 25.2 69.0) |
| LCH | lch(74.8 73.4 69.9) |
| OKLCH | oklch(0.792 0.161 66.8) |
Copy-ready code
/* CSS */
color: #ffa430;
background-color: #ffa430;
/* Tailwind (arbitrary) */
class="text-[#ffa430] bg-[#ffa430]"
/* SCSS */
$brand: #ffa430;
/* SwiftUI */
Color(red: 1.000, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#ffa430")Accessibility — WCAG contrast
Aa
#ffa430 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa430 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow81.2%
Key (black)0.0%
Color previews
#ffa430 text on a black background
contrast 10.60:1
Card sample
#ffa430 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa430;
Background color
Panel with #ffa430 background
background-color: #ffa430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa430; background: linear-gradient(135deg, #ffa430, #D0FF30);