#ffac26
a balanced, electric orange · warm · closest name: orange
RGB
255, 172, 38
HSL
37°, 100%, 58%
CMYK
0, 33, 85, 0
Luminance
0.5090
Every format
| HEX | #ffac26 |
| RGB | rgb(255, 172, 38) |
| HSL | hsl(37, 100%, 58%) |
| CMYK | cmyk(0%, 33%, 85%, 0%) |
| LAB | lab(76.6 20.8 73.6) |
| LCH | lch(76.6 76.5 74.2) |
| OKLCH | oklch(0.806 0.163 72.4) |
Copy-ready code
/* CSS */
color: #ffac26;
background-color: #ffac26;
/* Tailwind (arbitrary) */
class="text-[#ffac26] bg-[#ffac26]"
/* SCSS */
$brand: #ffac26;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.149)
/* Android */
Color.parseColor("#ffac26")Accessibility — WCAG contrast
Aa
#ffac26 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac26 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow85.1%
Key (black)0.0%
Color previews
#ffac26 text on a black background
contrast 11.18:1
Card sample
#ffac26 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac26;
Background color
Panel with #ffac26 background
background-color: #ffac26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac26; background: linear-gradient(135deg, #ffac26, #C1FF26);