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