#ff6d3b
a balanced, electric orange · warm · closest name: tomato
RGB
255, 109, 59
HSL
15°, 100%, 62%
CMYK
0, 57, 77, 0
Luminance
0.3251
Every format
| HEX | #ff6d3b |
| RGB | rgb(255, 109, 59) |
| HSL | hsl(15, 100%, 62%) |
| CMYK | cmyk(0%, 57%, 77%, 0%) |
| LAB | lab(63.8 53.0 54.1) |
| LCH | lch(63.8 75.7 45.6) |
| OKLCH | oklch(0.708 0.189 38.6) |
Copy-ready code
/* CSS */
color: #ff6d3b;
background-color: #ff6d3b;
/* Tailwind (arbitrary) */
class="text-[#ff6d3b] bg-[#ff6d3b]"
/* SCSS */
$brand: #ff6d3b;
/* SwiftUI */
Color(red: 1.000, green: 0.427, blue: 0.231)
/* Android */
Color.parseColor("#ff6d3b")Accessibility — WCAG contrast
Aa
#ff6d3b on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6d3b on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.7%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow76.9%
Key (black)0.0%
Color previews
#ff6d3b text on a black background
contrast 7.50:1
Card sample
#ff6d3b text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6d3b;
Background color
Panel with #ff6d3b background
background-color: #ff6d3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6d3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 109, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 109, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6d3b; background: linear-gradient(135deg, #ff6d3b, #FFF03B);