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