#eb9f02
a balanced, electric yellow · warm · closest name: orange
RGB
235, 159, 2
HSL
40°, 98%, 47%
CMYK
0, 32, 99, 8
Luminance
0.4246
Every format
| HEX | #eb9f02 |
| RGB | rgb(235, 159, 2) |
| HSL | hsl(40, 98%, 47%) |
| CMYK | cmyk(0%, 32%, 99%, 8%) |
| LAB | lab(71.2 18.6 75.1) |
| LCH | lch(71.2 77.4 76.1) |
| OKLCH | oklch(0.758 0.160 74.7) |
Copy-ready code
/* CSS */
color: #eb9f02;
background-color: #eb9f02;
/* Tailwind (arbitrary) */
class="text-[#eb9f02] bg-[#eb9f02]"
/* SCSS */
$brand: #eb9f02;
/* SwiftUI */
Color(red: 0.922, green: 0.624, blue: 0.008)
/* Android */
Color.parseColor("#eb9f02")Accessibility — WCAG contrast
Aa
#eb9f02 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9f02 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow99.1%
Key (black)7.8%
Color previews
#eb9f02 text on a black background
contrast 9.49:1
Card sample
#eb9f02 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9f02;
Background color
Panel with #eb9f02 background
background-color: #eb9f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 159, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 159, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9f02; background: linear-gradient(135deg, #eb9f02, #9CEB02);