#ebee00
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 0
HSL
61°, 100%, 47%
CMYK
1, 0, 100, 7
Luminance
0.7881
Every format
| HEX | #ebee00 |
| RGB | rgb(235, 238, 0) |
| HSL | hsl(61, 100%, 47%) |
| CMYK | cmyk(1%, 0%, 100%, 7%) |
| LAB | lab(91.2 -21.7 89.4) |
| LCH | lch(91.2 92.0 103.6) |
| OKLCH | oklch(0.916 0.201 110.7) |
Copy-ready code
/* CSS */
color: #ebee00;
background-color: #ebee00;
/* Tailwind (arbitrary) */
class="text-[#ebee00] bg-[#ebee00]"
/* SCSS */
$brand: #ebee00;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.000)
/* Android */
Color.parseColor("#ebee00")Accessibility — WCAG contrast
Aa
#ebee00 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee00 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue0.0%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow100.0%
Key (black)6.7%
Color previews
#ebee00 text on a black background
contrast 16.76:1
Card sample
#ebee00 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee00;
Background color
Panel with #ebee00 background
background-color: #ebee00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee00; background: linear-gradient(135deg, #ebee00, #4CEE00);