#ffad13
a balanced, electric orange · warm · closest name: orange
RGB
255, 173, 19
HSL
39°, 100%, 54%
CMYK
0, 32, 93, 0
Luminance
0.5119
Every format
| HEX | #ffad13 |
| RGB | rgb(255, 173, 19) |
| HSL | hsl(39, 100%, 54%) |
| CMYK | cmyk(0%, 32%, 93%, 0%) |
| LAB | lab(76.8 19.9 77.9) |
| LCH | lch(76.8 80.4 75.6) |
| OKLCH | oklch(0.807 0.168 74.2) |
Copy-ready code
/* CSS */
color: #ffad13;
background-color: #ffad13;
/* Tailwind (arbitrary) */
class="text-[#ffad13] bg-[#ffad13]"
/* SCSS */
$brand: #ffad13;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.075)
/* Android */
Color.parseColor("#ffad13")Accessibility — WCAG contrast
Aa
#ffad13 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffad13 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow92.5%
Key (black)0.0%
Color previews
#ffad13 text on a black background
contrast 11.24:1
Card sample
#ffad13 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffad13;
Background color
Panel with #ffad13 background
background-color: #ffad13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffad13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffad13; background: linear-gradient(135deg, #ffad13, #B3FF13);