#ff9607
a balanced, electric orange · warm · closest name: orange
RGB
255, 150, 7
HSL
35°, 100%, 51%
CMYK
0, 41, 97, 0
Luminance
0.4309
Every format
| HEX | #ff9607 |
| RGB | rgb(255, 150, 7) |
| HSL | hsl(35, 100%, 51%) |
| CMYK | cmyk(0%, 41%, 97%, 0%) |
| LAB | lab(71.6 31.8 75.9) |
| LCH | lch(71.6 82.3 67.3) |
| OKLCH | oklch(0.767 0.174 62.8) |
Copy-ready code
/* CSS */
color: #ff9607;
background-color: #ff9607;
/* Tailwind (arbitrary) */
class="text-[#ff9607] bg-[#ff9607]"
/* SCSS */
$brand: #ff9607;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#ff9607")Accessibility — WCAG contrast
Aa
#ff9607 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9607 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow97.3%
Key (black)0.0%
Color previews
#ff9607 text on a black background
contrast 9.62:1
Card sample
#ff9607 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9607;
Background color
Panel with #ff9607 background
background-color: #ff9607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9607; background: linear-gradient(135deg, #ff9607, #C3FF07);