#ffae2f
a balanced, electric orange · warm · closest name: orange
RGB
255, 174, 47
HSL
37°, 100%, 59%
CMYK
0, 32, 82, 0
Luminance
0.5174
Every format
| HEX | #ffae2f |
| RGB | rgb(255, 174, 47) |
| HSL | hsl(37, 100%, 59%) |
| CMYK | cmyk(0%, 32%, 82%, 0%) |
| LAB | lab(77.1 20.0 71.3) |
| LCH | lch(77.1 74.0 74.3) |
| OKLCH | oklch(0.810 0.160 72.6) |
Copy-ready code
/* CSS */
color: #ffae2f;
background-color: #ffae2f;
/* Tailwind (arbitrary) */
class="text-[#ffae2f] bg-[#ffae2f]"
/* SCSS */
$brand: #ffae2f;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#ffae2f")Accessibility — WCAG contrast
Aa
#ffae2f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffae2f on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow81.6%
Key (black)0.0%
Color previews
#ffae2f text on a black background
contrast 11.35:1
Card sample
#ffae2f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffae2f;
Background color
Panel with #ffae2f background
background-color: #ffae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffae2f; background: linear-gradient(135deg, #ffae2f, #C5FF2F);