#ebaf2c
a balanced, electric yellow · warm · closest name: orange
RGB
235, 175, 44
HSL
41°, 83%, 55%
CMYK
0, 26, 81, 8
Luminance
0.4850
Every format
| HEX | #ebaf2c |
| RGB | rgb(235, 175, 44) |
| HSL | hsl(41, 83%, 55%) |
| CMYK | cmyk(0%, 26%, 81%, 8%) |
| LAB | lab(75.1 10.9 69.7) |
| LCH | lch(75.1 70.5 81.1) |
| OKLCH | oklch(0.790 0.151 81.5) |
Copy-ready code
/* CSS */
color: #ebaf2c;
background-color: #ebaf2c;
/* Tailwind (arbitrary) */
class="text-[#ebaf2c] bg-[#ebaf2c]"
/* SCSS */
$brand: #ebaf2c;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#ebaf2c")Accessibility — WCAG contrast
Aa
#ebaf2c on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaf2c on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow81.3%
Key (black)7.8%
Color previews
#ebaf2c text on a black background
contrast 10.70:1
Card sample
#ebaf2c text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaf2c;
Background color
Panel with #ebaf2c background
background-color: #ebaf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaf2c; background: linear-gradient(135deg, #ebaf2c, #A8EB2C);