#ffae21
a balanced, electric orange · warm · closest name: orange
RGB
255, 174, 33
HSL
38°, 100%, 57%
CMYK
0, 32, 87, 0
Luminance
0.5164
Every format
| HEX | #ffae21 |
| RGB | rgb(255, 174, 33) |
| HSL | hsl(38, 100%, 57%) |
| CMYK | cmyk(0%, 32%, 87%, 0%) |
| LAB | lab(77.1 19.6 75.2) |
| LCH | lch(77.1 77.8 75.4) |
| OKLCH | oklch(0.809 0.165 73.9) |
Copy-ready code
/* CSS */
color: #ffae21;
background-color: #ffae21;
/* Tailwind (arbitrary) */
class="text-[#ffae21] bg-[#ffae21]"
/* SCSS */
$brand: #ffae21;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#ffae21")Accessibility — WCAG contrast
Aa
#ffae21 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffae21 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow87.1%
Key (black)0.0%
Color previews
#ffae21 text on a black background
contrast 11.33:1
Card sample
#ffae21 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffae21;
Background color
Panel with #ffae21 background
background-color: #ffae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffae21; background: linear-gradient(135deg, #ffae21, #BCFF21);