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