#ff7d2f
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 125, 47
HSL
23°, 100%, 59%
CMYK
0, 51, 82, 0
Luminance
0.3613
Every format
| HEX | #ff7d2f |
| RGB | rgb(255, 125, 47) |
| HSL | hsl(23, 100%, 59%) |
| CMYK | cmyk(0%, 51%, 82%, 0%) |
| LAB | lab(66.6 45.0 62.0) |
| LCH | lch(66.6 76.7 54.0) |
| OKLCH | oklch(0.729 0.180 47.3) |
Copy-ready code
/* CSS */
color: #ff7d2f;
background-color: #ff7d2f;
/* Tailwind (arbitrary) */
class="text-[#ff7d2f] bg-[#ff7d2f]"
/* SCSS */
$brand: #ff7d2f;
/* SwiftUI */
Color(red: 1.000, green: 0.490, blue: 0.184)
/* Android */
Color.parseColor("#ff7d2f")Accessibility — WCAG contrast
Aa
#ff7d2f on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7d2f on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow81.6%
Key (black)0.0%
Color previews
#ff7d2f text on a black background
contrast 8.23:1
Card sample
#ff7d2f text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7d2f;
Background color
Panel with #ff7d2f background
background-color: #ff7d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 125, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 125, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7d2f; background: linear-gradient(135deg, #ff7d2f, #F6FF2F);