#ffa714
a balanced, electric orange · warm · “orange”
RGB
255, 167, 20
HSL
38°, 100%, 54%
CMYK
0, 35, 92, 0
Luminance
0.4895
Every format
| HEX | #ffa714 |
| RGB | rgb(255, 167, 20) |
| HSL | hsl(38, 100%, 54%) |
| CMYK | cmyk(0%, 35%, 92%, 0%) |
| LAB | lab(75.4 23.1 76.7) |
| LCH | lch(75.4 80.1 73.3) |
| OKLCH | oklch(0.797 0.168 71.0) |
Copy-ready code
/* CSS */
color: #ffa714;
background-color: #ffa714;
/* Tailwind (arbitrary) */
class="text-[#ffa714] bg-[#ffa714]"
/* SCSS */
$brand: #ffa714;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.078)
/* Android */
Color.parseColor("#ffa714")Accessibility — WCAG contrast
Aa
#ffa714 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa714 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow92.2%
Key (black)0.0%
Color previews
#ffa714 text on a black background
contrast 10.79:1
Card sample
#ffa714 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa714;
Background color
Panel with #ffa714 background
background-color: #ffa714;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa714;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa714; background: linear-gradient(135deg, #ffa714, #BAFF14);