#ebdf27
a balanced, electric yellow · cool · closest name: gold
RGB
235, 223, 39
HSL
56°, 83%, 54%
CMYK
0, 5, 83, 8
Luminance
0.7058
Every format
| HEX | #ebdf27 |
| RGB | rgb(235, 223, 39) |
| HSL | hsl(56, 83%, 54%) |
| CMYK | cmyk(0%, 5%, 83%, 8%) |
| LAB | lab(87.3 -13.9 81.3) |
| LCH | lch(87.3 82.5 99.7) |
| OKLCH | oklch(0.886 0.181 105.4) |
Copy-ready code
/* CSS */
color: #ebdf27;
background-color: #ebdf27;
/* Tailwind (arbitrary) */
class="text-[#ebdf27] bg-[#ebdf27]"
/* SCSS */
$brand: #ebdf27;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.153)
/* Android */
Color.parseColor("#ebdf27")Accessibility — WCAG contrast
Aa
#ebdf27 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf27 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow83.4%
Key (black)7.8%
Color previews
#ebdf27 text on a black background
contrast 15.12:1
Card sample
#ebdf27 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf27;
Background color
Panel with #ebdf27 background
background-color: #ebdf27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf27; background: linear-gradient(135deg, #ebdf27, #74EB27);