#eeaf2c
a balanced, electric yellow · warm · closest name: orange
RGB
238, 175, 44
HSL
41°, 85%, 55%
CMYK
0, 27, 82, 7
Luminance
0.4902
Every format
| HEX | #eeaf2c |
| RGB | rgb(238, 175, 44) |
| HSL | hsl(41, 85%, 55%) |
| CMYK | cmyk(0%, 27%, 82%, 7%) |
| LAB | lab(75.5 12.2 70.1) |
| LCH | lch(75.5 71.1 80.1) |
| OKLCH | oklch(0.793 0.153 80.2) |
Copy-ready code
/* CSS */
color: #eeaf2c;
background-color: #eeaf2c;
/* Tailwind (arbitrary) */
class="text-[#eeaf2c] bg-[#eeaf2c]"
/* SCSS */
$brand: #eeaf2c;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#eeaf2c")Accessibility — WCAG contrast
Aa
#eeaf2c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaf2c on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow81.5%
Key (black)6.7%
Color previews
#eeaf2c text on a black background
contrast 10.80:1
Card sample
#eeaf2c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaf2c;
Background color
Panel with #eeaf2c background
background-color: #eeaf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaf2c; background: linear-gradient(135deg, #eeaf2c, #ACEE2C);