#ffb042
a balanced, electric orange · warm · closest name: orange
RGB
255, 176, 66
HSL
35°, 100%, 63%
CMYK
0, 31, 74, 0
Luminance
0.5270
Every format
| HEX | #ffb042 |
| RGB | rgb(255, 176, 66) |
| HSL | hsl(35, 100%, 63%) |
| CMYK | cmyk(0%, 31%, 74%, 0%) |
| LAB | lab(77.7 19.6 64.9) |
| LCH | lch(77.7 67.8 73.2) |
| OKLCH | oklch(0.815 0.151 71.1) |
Copy-ready code
/* CSS */
color: #ffb042;
background-color: #ffb042;
/* Tailwind (arbitrary) */
class="text-[#ffb042] bg-[#ffb042]"
/* SCSS */
$brand: #ffb042;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.259)
/* Android */
Color.parseColor("#ffb042")Accessibility — WCAG contrast
Aa
#ffb042 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb042 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow74.1%
Key (black)0.0%
Color previews
#ffb042 text on a black background
contrast 11.54:1
Card sample
#ffb042 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb042;
Background color
Panel with #ffb042 background
background-color: #ffb042;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb042;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb042; background: linear-gradient(135deg, #ffb042, #D0FF42);