#ffad22
a balanced, electric orange · warm · closest name: orange
RGB
255, 173, 34
HSL
38°, 100%, 57%
CMYK
0, 32, 87, 0
Luminance
0.5126
Every format
| HEX | #ffad22 |
| RGB | rgb(255, 173, 34) |
| HSL | hsl(38, 100%, 57%) |
| CMYK | cmyk(0%, 32%, 87%, 0%) |
| LAB | lab(76.8 20.2 74.8) |
| LCH | lch(76.8 77.5 74.9) |
| OKLCH | oklch(0.808 0.165 73.3) |
Copy-ready code
/* CSS */
color: #ffad22;
background-color: #ffad22;
/* Tailwind (arbitrary) */
class="text-[#ffad22] bg-[#ffad22]"
/* SCSS */
$brand: #ffad22;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.133)
/* Android */
Color.parseColor("#ffad22")Accessibility — WCAG contrast
Aa
#ffad22 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffad22 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow86.7%
Key (black)0.0%
Color previews
#ffad22 text on a black background
contrast 11.25:1
Card sample
#ffad22 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffad22;
Background color
Panel with #ffad22 background
background-color: #ffad22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffad22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffad22; background: linear-gradient(135deg, #ffad22, #BEFF22);