#ff9113
a balanced, electric orange · warm · closest name: orange
RGB
255, 145, 19
HSL
32°, 100%, 54%
CMYK
0, 43, 93, 0
Luminance
0.4156
Every format
| HEX | #ff9113 |
| RGB | rgb(255, 145, 19) |
| HSL | hsl(32, 100%, 54%) |
| CMYK | cmyk(0%, 43%, 93%, 0%) |
| LAB | lab(70.6 34.5 73.5) |
| LCH | lch(70.6 81.1 64.9) |
| OKLCH | oklch(0.759 0.175 59.7) |
Copy-ready code
/* CSS */
color: #ff9113;
background-color: #ff9113;
/* Tailwind (arbitrary) */
class="text-[#ff9113] bg-[#ff9113]"
/* SCSS */
$brand: #ff9113;
/* SwiftUI */
Color(red: 1.000, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#ff9113")Accessibility — WCAG contrast
Aa
#ff9113 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9113 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow92.5%
Key (black)0.0%
Color previews
#ff9113 text on a black background
contrast 9.31:1
Card sample
#ff9113 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9113;
Background color
Panel with #ff9113 background
background-color: #ff9113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9113; background: linear-gradient(135deg, #ff9113, #D0FF13);