#ffb42b
a balanced, electric orange · warm · closest name: orange
RGB
255, 180, 43
HSL
39°, 100%, 58%
CMYK
0, 29, 83, 0
Luminance
0.5408
Every format
| HEX | #ffb42b |
| RGB | rgb(255, 180, 43) |
| HSL | hsl(39, 100%, 58%) |
| CMYK | cmyk(0%, 29%, 83%, 0%) |
| LAB | lab(78.5 16.7 73.7) |
| LCH | lch(78.5 75.6 77.2) |
| OKLCH | oklch(0.821 0.162 76.3) |
Copy-ready code
/* CSS */
color: #ffb42b;
background-color: #ffb42b;
/* Tailwind (arbitrary) */
class="text-[#ffb42b] bg-[#ffb42b]"
/* SCSS */
$brand: #ffb42b;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.169)
/* Android */
Color.parseColor("#ffb42b")Accessibility — WCAG contrast
Aa
#ffb42b on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb42b on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow83.1%
Key (black)0.0%
Color previews
#ffb42b text on a black background
contrast 11.82:1
Card sample
#ffb42b text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb42b;
Background color
Panel with #ffb42b background
background-color: #ffb42b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb42b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb42b; background: linear-gradient(135deg, #ffb42b, #BDFF2B);