#ffa62b
a balanced, electric orange · warm · closest name: orange
RGB
255, 166, 43
HSL
35°, 100%, 58%
CMYK
0, 35, 83, 0
Luminance
0.4871
Every format
| HEX | #ffa62b |
| RGB | rgb(255, 166, 43) |
| HSL | hsl(35, 100%, 58%) |
| CMYK | cmyk(0%, 35%, 83%, 0%) |
| LAB | lab(75.3 24.0 71.0) |
| LCH | lch(75.3 74.9 71.3) |
| OKLCH | oklch(0.796 0.162 68.5) |
Copy-ready code
/* CSS */
color: #ffa62b;
background-color: #ffa62b;
/* Tailwind (arbitrary) */
class="text-[#ffa62b] bg-[#ffa62b]"
/* SCSS */
$brand: #ffa62b;
/* SwiftUI */
Color(red: 1.000, green: 0.651, blue: 0.169)
/* Android */
Color.parseColor("#ffa62b")Accessibility — WCAG contrast
Aa
#ffa62b on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa62b on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.1%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow83.1%
Key (black)0.0%
Color previews
#ffa62b text on a black background
contrast 10.74:1
Card sample
#ffa62b text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa62b;
Background color
Panel with #ffa62b background
background-color: #ffa62b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa62b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 166, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 166, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa62b; background: linear-gradient(135deg, #ffa62b, #CBFF2B);