#ff6901
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 105, 1
HSL
25°, 100%, 50%
CMYK
0, 59, 100, 0
Luminance
0.3137
Every format
| HEX | #ff6901 |
| RGB | rgb(255, 105, 1) |
| HSL | hsl(25, 100%, 50%) |
| CMYK | cmyk(0%, 59%, 100%, 0%) |
| LAB | lab(62.8 53.7 71.4) |
| LCH | lch(62.8 89.3 53.1) |
| OKLCH | oklch(0.700 0.202 44.4) |
Copy-ready code
/* CSS */
color: #ff6901;
background-color: #ff6901;
/* Tailwind (arbitrary) */
class="text-[#ff6901] bg-[#ff6901]"
/* SCSS */
$brand: #ff6901;
/* SwiftUI */
Color(red: 1.000, green: 0.412, blue: 0.004)
/* Android */
Color.parseColor("#ff6901")Accessibility — WCAG contrast
Aa
#ff6901 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6901 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow99.6%
Key (black)0.0%
Color previews
#ff6901 text on a black background
contrast 7.27:1
Card sample
#ff6901 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6901;
Background color
Panel with #ff6901 background
background-color: #ff6901;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6901;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 105, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 105, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6901; background: linear-gradient(135deg, #ff6901, #ECFF01);