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