#ff7f3d
a balanced, electric orange · warm · closest name: coral
RGB
255, 127, 61
HSL
20°, 100%, 62%
CMYK
0, 50, 76, 0
Luminance
0.3678
Every format
| HEX | #ff7f3d |
| RGB | rgb(255, 127, 61) |
| HSL | hsl(20, 100%, 62%) |
| CMYK | cmyk(0%, 50%, 76%, 0%) |
| LAB | lab(67.1 44.5 56.5) |
| LCH | lch(67.1 71.9 51.8) |
| OKLCH | oklch(0.733 0.174 45.3) |
Copy-ready code
/* CSS */
color: #ff7f3d;
background-color: #ff7f3d;
/* Tailwind (arbitrary) */
class="text-[#ff7f3d] bg-[#ff7f3d]"
/* SCSS */
$brand: #ff7f3d;
/* SwiftUI */
Color(red: 1.000, green: 0.498, blue: 0.239)
/* Android */
Color.parseColor("#ff7f3d")Accessibility — WCAG contrast
Aa
#ff7f3d on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7f3d on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.8%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow76.1%
Key (black)0.0%
Color previews
#ff7f3d text on a black background
contrast 8.36:1
Card sample
#ff7f3d text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7f3d;
Background color
Panel with #ff7f3d background
background-color: #ff7f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 127, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 127, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7f3d; background: linear-gradient(135deg, #ff7f3d, #FEFF3D);