#ffad33
a balanced, electric orange · warm · closest name: orange
RGB
255, 173, 51
HSL
36°, 100%, 60%
CMYK
0, 32, 80, 0
Luminance
0.5139
Every format
| HEX | #ffad33 |
| RGB | rgb(255, 173, 51) |
| HSL | hsl(36, 100%, 60%) |
| CMYK | cmyk(0%, 32%, 80%, 0%) |
| LAB | lab(76.9 20.6 69.8) |
| LCH | lch(76.9 72.8 73.5) |
| OKLCH | oklch(0.809 0.159 71.5) |
Copy-ready code
/* CSS */
color: #ffad33;
background-color: #ffad33;
/* Tailwind (arbitrary) */
class="text-[#ffad33] bg-[#ffad33]"
/* SCSS */
$brand: #ffad33;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.200)
/* Android */
Color.parseColor("#ffad33")Accessibility — WCAG contrast
Aa
#ffad33 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffad33 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow80.0%
Key (black)0.0%
Color previews
#ffad33 text on a black background
contrast 11.28:1
Card sample
#ffad33 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffad33;
Background color
Panel with #ffad33 background
background-color: #ffad33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffad33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffad33; background: linear-gradient(135deg, #ffad33, #C9FF33);