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