#ff6c16
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 108, 22
HSL
22°, 100%, 54%
CMYK
0, 58, 91, 0
Luminance
0.3204
Every format
| HEX | #ff6c16 |
| RGB | rgb(255, 108, 22) |
| HSL | hsl(22, 100%, 54%) |
| CMYK | cmyk(0%, 58%, 91%, 0%) |
| LAB | lab(63.4 52.5 67.8) |
| LCH | lch(63.4 85.8 52.2) |
| OKLCH | oklch(0.704 0.198 44.1) |
Copy-ready code
/* CSS */
color: #ff6c16;
background-color: #ff6c16;
/* Tailwind (arbitrary) */
class="text-[#ff6c16] bg-[#ff6c16]"
/* SCSS */
$brand: #ff6c16;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.086)
/* Android */
Color.parseColor("#ff6c16")Accessibility — WCAG contrast
Aa
#ff6c16 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6c16 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow91.4%
Key (black)0.0%
Color previews
#ff6c16 text on a black background
contrast 7.41:1
Card sample
#ff6c16 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6c16;
Background color
Panel with #ff6c16 background
background-color: #ff6c16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6c16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6c16; background: linear-gradient(135deg, #ff6c16, #F7FF16);