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