#ff6c31
a balanced, electric orange · warm · closest name: tomato
RGB
255, 108, 49
HSL
17°, 100%, 60%
CMYK
0, 58, 81, 0
Luminance
0.3221
Every format
| HEX | #ff6c31 |
| RGB | rgb(255, 108, 49) |
| HSL | hsl(17, 100%, 60%) |
| CMYK | cmyk(0%, 58%, 81%, 0%) |
| LAB | lab(63.5 53.1 58.4) |
| LCH | lch(63.5 78.9 47.7) |
| OKLCH | oklch(0.706 0.193 40.4) |
Copy-ready code
/* CSS */
color: #ff6c31;
background-color: #ff6c31;
/* Tailwind (arbitrary) */
class="text-[#ff6c31] bg-[#ff6c31]"
/* SCSS */
$brand: #ff6c31;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.192)
/* Android */
Color.parseColor("#ff6c31")Accessibility — WCAG contrast
Aa
#ff6c31 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6c31 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow80.8%
Key (black)0.0%
Color previews
#ff6c31 text on a black background
contrast 7.44:1
Card sample
#ff6c31 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6c31;
Background color
Panel with #ff6c31 background
background-color: #ff6c31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6c31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6c31; background: linear-gradient(135deg, #ff6c31, #FFF531);