#ffa91f
a balanced, electric orange · warm · closest name: orange
RGB
255, 169, 31
HSL
37°, 100%, 56%
CMYK
0, 34, 88, 0
Luminance
0.4973
Every format
| HEX | #ffa91f |
| RGB | rgb(255, 169, 31) |
| HSL | hsl(37, 100%, 56%) |
| CMYK | cmyk(0%, 34%, 88%, 0%) |
| LAB | lab(75.9 22.2 74.8) |
| LCH | lch(75.9 78.0 73.5) |
| OKLCH | oklch(0.800 0.166 71.3) |
Copy-ready code
/* CSS */
color: #ffa91f;
background-color: #ffa91f;
/* Tailwind (arbitrary) */
class="text-[#ffa91f] bg-[#ffa91f]"
/* SCSS */
$brand: #ffa91f;
/* SwiftUI */
Color(red: 1.000, green: 0.663, blue: 0.122)
/* Android */
Color.parseColor("#ffa91f")Accessibility — WCAG contrast
Aa
#ffa91f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa91f on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow87.8%
Key (black)0.0%
Color previews
#ffa91f text on a black background
contrast 10.95:1
Card sample
#ffa91f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa91f;
Background color
Panel with #ffa91f background
background-color: #ffa91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 169, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 169, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa91f; background: linear-gradient(135deg, #ffa91f, #C0FF1F);