#ff930d
a balanced, electric orange · warm · closest name: orange
RGB
255, 147, 13
HSL
33°, 100%, 53%
CMYK
0, 42, 95, 0
Luminance
0.4216
Every format
| HEX | #ff930d |
| RGB | rgb(255, 147, 13) |
| HSL | hsl(33, 100%, 53%) |
| CMYK | cmyk(0%, 42%, 95%, 0%) |
| LAB | lab(71.0 33.4 74.8) |
| LCH | lch(71.0 81.9 65.9) |
| OKLCH | oklch(0.762 0.175 61.1) |
Copy-ready code
/* CSS */
color: #ff930d;
background-color: #ff930d;
/* Tailwind (arbitrary) */
class="text-[#ff930d] bg-[#ff930d]"
/* SCSS */
$brand: #ff930d;
/* SwiftUI */
Color(red: 1.000, green: 0.576, blue: 0.051)
/* Android */
Color.parseColor("#ff930d")Accessibility — WCAG contrast
Aa
#ff930d on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff930d on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green57.6%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow94.9%
Key (black)0.0%
Color previews
#ff930d text on a black background
contrast 9.43:1
Card sample
#ff930d text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff930d;
Background color
Panel with #ff930d background
background-color: #ff930d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff930d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 147, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 147, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff930d; background: linear-gradient(135deg, #ff930d, #CAFF0D);