#ffa227
a balanced, electric orange · warm · closest name: orange
RGB
255, 162, 39
HSL
34°, 100%, 58%
CMYK
0, 37, 85, 0
Luminance
0.4725
Every format
| HEX | #ffa227 |
| RGB | rgb(255, 162, 39) |
| HSL | hsl(34, 100%, 58%) |
| CMYK | cmyk(0%, 37%, 85%, 0%) |
| LAB | lab(74.3 26.0 71.4) |
| LCH | lch(74.3 76.0 70.0) |
| OKLCH | oklch(0.788 0.164 66.8) |
Copy-ready code
/* CSS */
color: #ffa227;
background-color: #ffa227;
/* Tailwind (arbitrary) */
class="text-[#ffa227] bg-[#ffa227]"
/* SCSS */
$brand: #ffa227;
/* SwiftUI */
Color(red: 1.000, green: 0.635, blue: 0.153)
/* Android */
Color.parseColor("#ffa227")Accessibility — WCAG contrast
Aa
#ffa227 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa227 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.5%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow84.7%
Key (black)0.0%
Color previews
#ffa227 text on a black background
contrast 10.45:1
Card sample
#ffa227 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa227;
Background color
Panel with #ffa227 background
background-color: #ffa227;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa227;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 162, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 162, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa227; background: linear-gradient(135deg, #ffa227, #CCFF27);