#eb6d02
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 109, 2
HSL
28°, 98%, 47%
CMYK
0, 54, 99, 8
Luminance
0.2860
Every format
| HEX | #eb6d02 |
| RGB | rgb(235, 109, 2) |
| HSL | hsl(28, 98%, 47%) |
| CMYK | cmyk(0%, 54%, 99%, 8%) |
| LAB | lab(60.4 44.4 68.3) |
| LCH | lch(60.4 81.5 56.9) |
| OKLCH | oklch(0.675 0.180 49.2) |
Copy-ready code
/* CSS */
color: #eb6d02;
background-color: #eb6d02;
/* Tailwind (arbitrary) */
class="text-[#eb6d02] bg-[#eb6d02]"
/* SCSS */
$brand: #eb6d02;
/* SwiftUI */
Color(red: 0.922, green: 0.427, blue: 0.008)
/* Android */
Color.parseColor("#eb6d02")Accessibility — WCAG contrast
Aa
#eb6d02 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6d02 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow99.1%
Key (black)7.8%
Color previews
#eb6d02 text on a black background
contrast 6.72:1
Card sample
#eb6d02 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6d02;
Background color
Panel with #eb6d02 background
background-color: #eb6d02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6d02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 109, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 109, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6d02; background: linear-gradient(135deg, #eb6d02, #CEEB02);