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