#f0ae39
a balanced, electric orange · warm · closest name: orange
RGB
240, 174, 57
HSL
38°, 86%, 58%
CMYK
0, 28, 76, 6
Luminance
0.4909
Every format
| HEX | #f0ae39 |
| RGB | rgb(240, 174, 57) |
| HSL | hsl(38, 86%, 58%) |
| CMYK | cmyk(0%, 28%, 76%, 6%) |
| LAB | lab(75.5 14.0 65.7) |
| LCH | lch(75.5 67.2 78.0) |
| OKLCH | oklch(0.794 0.147 77.3) |
Copy-ready code
/* CSS */
color: #f0ae39;
background-color: #f0ae39;
/* Tailwind (arbitrary) */
class="text-[#f0ae39] bg-[#f0ae39]"
/* SCSS */
$brand: #f0ae39;
/* SwiftUI */
Color(red: 0.941, green: 0.682, blue: 0.224)
/* Android */
Color.parseColor("#f0ae39")Accessibility — WCAG contrast
Aa
#f0ae39 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ae39 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green68.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow76.3%
Key (black)5.9%
Color previews
#f0ae39 text on a black background
contrast 10.82:1
Card sample
#f0ae39 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ae39;
Background color
Panel with #f0ae39 background
background-color: #f0ae39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ae39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 174, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 174, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ae39; background: linear-gradient(135deg, #f0ae39, #B8F039);