#d5eb39
a balanced, electric yellow · cool · closest name: yellow
RGB
213, 235, 57
HSL
67°, 82%, 57%
CMYK
9, 0, 76, 8
Luminance
0.7386
Every format
| HEX | #d5eb39 |
| RGB | rgb(213, 235, 57) |
| HSL | hsl(67, 82%, 57%) |
| CMYK | cmyk(9%, 0%, 76%, 8%) |
| LAB | lab(88.9 -28.1 77.3) |
| LCH | lch(88.9 82.3 110.0) |
| OKLCH | oklch(0.894 0.190 116.7) |
Copy-ready code
/* CSS */
color: #d5eb39;
background-color: #d5eb39;
/* Tailwind (arbitrary) */
class="text-[#d5eb39] bg-[#d5eb39]"
/* SCSS */
$brand: #d5eb39;
/* SwiftUI */
Color(red: 0.835, green: 0.922, blue: 0.224)
/* Android */
Color.parseColor("#d5eb39")Accessibility — WCAG contrast
Aa
#d5eb39 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5eb39 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green92.2%
Blue22.4%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow75.7%
Key (black)7.8%
Color previews
#d5eb39 text on a black background
contrast 15.77:1
Card sample
#d5eb39 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5eb39;
Background color
Panel with #d5eb39 background
background-color: #d5eb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5eb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 235, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 235, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5eb39; background: linear-gradient(135deg, #d5eb39, #5FEB39);