#ffb02a
a balanced, electric orange · warm · closest name: orange
RGB
255, 176, 42
HSL
38°, 100%, 58%
CMYK
0, 31, 84, 0
Luminance
0.5248
Every format
| HEX | #ffb02a |
| RGB | rgb(255, 176, 42) |
| HSL | hsl(38, 100%, 58%) |
| CMYK | cmyk(0%, 31%, 84%, 0%) |
| LAB | lab(77.6 18.8 73.2) |
| LCH | lch(77.6 75.6 75.6) |
| OKLCH | oklch(0.814 0.162 74.2) |
Copy-ready code
/* CSS */
color: #ffb02a;
background-color: #ffb02a;
/* Tailwind (arbitrary) */
class="text-[#ffb02a] bg-[#ffb02a]"
/* SCSS */
$brand: #ffb02a;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.165)
/* Android */
Color.parseColor("#ffb02a")Accessibility — WCAG contrast
Aa
#ffb02a on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb02a on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow83.5%
Key (black)0.0%
Color previews
#ffb02a text on a black background
contrast 11.50:1
Card sample
#ffb02a text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb02a;
Background color
Panel with #ffb02a background
background-color: #ffb02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb02a; background: linear-gradient(135deg, #ffb02a, #C0FF2A);