#ff6f3a
a balanced, electric orange · warm · closest name: coral
RGB
255, 111, 58
HSL
16°, 100%, 61%
CMYK
0, 57, 77, 0
Luminance
0.3293
Every format
| HEX | #ff6f3a |
| RGB | rgb(255, 111, 58) |
| HSL | hsl(16, 100%, 61%) |
| CMYK | cmyk(0%, 57%, 77%, 0%) |
| LAB | lab(64.1 52.0 54.9) |
| LCH | lch(64.1 75.6 46.5) |
| OKLCH | oklch(0.710 0.188 39.6) |
Copy-ready code
/* CSS */
color: #ff6f3a;
background-color: #ff6f3a;
/* Tailwind (arbitrary) */
class="text-[#ff6f3a] bg-[#ff6f3a]"
/* SCSS */
$brand: #ff6f3a;
/* SwiftUI */
Color(red: 1.000, green: 0.435, blue: 0.227)
/* Android */
Color.parseColor("#ff6f3a")Accessibility — WCAG contrast
Aa
#ff6f3a on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6f3a on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.5%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow77.3%
Key (black)0.0%
Color previews
#ff6f3a text on a black background
contrast 7.59:1
Card sample
#ff6f3a text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6f3a;
Background color
Panel with #ff6f3a background
background-color: #ff6f3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6f3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 111, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 111, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6f3a; background: linear-gradient(135deg, #ff6f3a, #FFF23A);