#edeb02
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 235, 2
HSL
60°, 98%, 47%
CMYK
0, 1, 99, 7
Luminance
0.7743
Every format
| HEX | #edeb02 |
| RGB | rgb(237, 235, 2) |
| HSL | hsl(60, 98%, 47%) |
| CMYK | cmyk(0%, 1%, 99%, 7%) |
| LAB | lab(90.5 -19.4 88.8) |
| LCH | lch(90.5 91.0 102.3) |
| OKLCH | oklch(0.912 0.198 109.1) |
Copy-ready code
/* CSS */
color: #edeb02;
background-color: #edeb02;
/* Tailwind (arbitrary) */
class="text-[#edeb02] bg-[#edeb02]"
/* SCSS */
$brand: #edeb02;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.008)
/* Android */
Color.parseColor("#edeb02")Accessibility — WCAG contrast
Aa
#edeb02 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeb02 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow99.2%
Key (black)7.1%
Color previews
#edeb02 text on a black background
contrast 16.49:1
Card sample
#edeb02 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeb02;
Background color
Panel with #edeb02 background
background-color: #edeb02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeb02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeb02; background: linear-gradient(135deg, #edeb02, #52ED02);