#ff6f2c
a balanced, electric orange · warm · closest name: coral
RGB
255, 111, 44
HSL
19°, 100%, 59%
CMYK
0, 57, 83, 0
Luminance
0.3281
Every format
| HEX | #ff6f2c |
| RGB | rgb(255, 111, 44) |
| HSL | hsl(19, 100%, 59%) |
| CMYK | cmyk(0%, 57%, 83%, 0%) |
| LAB | lab(64.0 51.6 60.9) |
| LCH | lch(64.0 79.8 49.7) |
| OKLCH | oklch(0.709 0.191 42.3) |
Copy-ready code
/* CSS */
color: #ff6f2c;
background-color: #ff6f2c;
/* Tailwind (arbitrary) */
class="text-[#ff6f2c] bg-[#ff6f2c]"
/* SCSS */
$brand: #ff6f2c;
/* SwiftUI */
Color(red: 1.000, green: 0.435, blue: 0.173)
/* Android */
Color.parseColor("#ff6f2c")Accessibility — WCAG contrast
Aa
#ff6f2c on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6f2c on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow82.7%
Key (black)0.0%
Color previews
#ff6f2c text on a black background
contrast 7.56:1
Card sample
#ff6f2c text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6f2c;
Background color
Panel with #ff6f2c background
background-color: #ff6f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 111, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 111, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6f2c; background: linear-gradient(135deg, #ff6f2c, #FFFC2C);