#ff6c2a
a balanced, electric orange · warm · closest name: tomato
RGB
255, 108, 42
HSL
19°, 100%, 58%
CMYK
0, 58, 84, 0
Luminance
0.3215
Every format
| HEX | #ff6c2a |
| RGB | rgb(255, 108, 42) |
| HSL | hsl(19, 100%, 58%) |
| CMYK | cmyk(0%, 58%, 84%, 0%) |
| LAB | lab(63.5 52.9 61.3) |
| LCH | lch(63.5 80.9 49.2) |
| OKLCH | oklch(0.705 0.194 41.6) |
Copy-ready code
/* CSS */
color: #ff6c2a;
background-color: #ff6c2a;
/* Tailwind (arbitrary) */
class="text-[#ff6c2a] bg-[#ff6c2a]"
/* SCSS */
$brand: #ff6c2a;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.165)
/* Android */
Color.parseColor("#ff6c2a")Accessibility — WCAG contrast
Aa
#ff6c2a on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6c2a on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow83.5%
Key (black)0.0%
Color previews
#ff6c2a text on a black background
contrast 7.43:1
Card sample
#ff6c2a text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6c2a;
Background color
Panel with #ff6c2a background
background-color: #ff6c2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6c2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6c2a; background: linear-gradient(135deg, #ff6c2a, #FFFA2A);