#ebaf13
a balanced, electric yellow · warm · closest name: orange
RGB
235, 175, 19
HSL
43°, 85%, 50%
CMYK
0, 26, 92, 8
Luminance
0.4837
Every format
| HEX | #ebaf13 |
| RGB | rgb(235, 175, 19) |
| HSL | hsl(43, 85%, 50%) |
| CMYK | cmyk(0%, 26%, 92%, 8%) |
| LAB | lab(75.1 10.3 75.6) |
| LCH | lch(75.1 76.3 82.2) |
| OKLCH | oklch(0.789 0.159 83.1) |
Copy-ready code
/* CSS */
color: #ebaf13;
background-color: #ebaf13;
/* Tailwind (arbitrary) */
class="text-[#ebaf13] bg-[#ebaf13]"
/* SCSS */
$brand: #ebaf13;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#ebaf13")Accessibility — WCAG contrast
Aa
#ebaf13 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaf13 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow91.9%
Key (black)7.8%
Color previews
#ebaf13 text on a black background
contrast 10.67:1
Card sample
#ebaf13 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaf13;
Background color
Panel with #ebaf13 background
background-color: #ebaf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaf13; background: linear-gradient(135deg, #ebaf13, #97EB13);