#ffa813
a balanced, electric orange · warm · “orange”
RGB
255, 168, 19
HSL
38°, 100%, 54%
CMYK
0, 34, 93, 0
Luminance
0.4931
Every format
| HEX | #ffa813 |
| RGB | rgb(255, 168, 19) |
| HSL | hsl(38, 100%, 54%) |
| CMYK | cmyk(0%, 34%, 93%, 0%) |
| LAB | lab(75.7 22.5 77.1) |
| LCH | lch(75.7 80.3 73.7) |
| OKLCH | oklch(0.798 0.168 71.5) |
Copy-ready code
/* CSS */
color: #ffa813;
background-color: #ffa813;
/* Tailwind (arbitrary) */
class="text-[#ffa813] bg-[#ffa813]"
/* SCSS */
$brand: #ffa813;
/* SwiftUI */
Color(red: 1.000, green: 0.659, blue: 0.075)
/* Android */
Color.parseColor("#ffa813")Accessibility — WCAG contrast
Aa
#ffa813 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa813 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow92.5%
Key (black)0.0%
Color previews
#ffa813 text on a black background
contrast 10.86:1
Card sample
#ffa813 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa813;
Background color
Panel with #ffa813 background
background-color: #ffa813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 168, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 168, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa813; background: linear-gradient(135deg, #ffa813, #B9FF13);