#deeb13
a balanced, electric yellow · cool · closest name: yellow
RGB
222, 235, 19
HSL
64°, 85%, 50%
CMYK
6, 0, 92, 8
Luminance
0.7499
Every format
| HEX | #deeb13 |
| RGB | rgb(222, 235, 19) |
| HSL | hsl(64, 85%, 50%) |
| CMYK | cmyk(6%, 0%, 92%, 8%) |
| LAB | lab(89.4 -25.5 86.0) |
| LCH | lch(89.4 89.7 106.5) |
| OKLCH | oklch(0.900 0.199 113.8) |
Copy-ready code
/* CSS */
color: #deeb13;
background-color: #deeb13;
/* Tailwind (arbitrary) */
class="text-[#deeb13] bg-[#deeb13]"
/* SCSS */
$brand: #deeb13;
/* SwiftUI */
Color(red: 0.871, green: 0.922, blue: 0.075)
/* Android */
Color.parseColor("#deeb13")Accessibility — WCAG contrast
Aa
#deeb13 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeb13 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green92.2%
Blue7.5%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow91.9%
Key (black)7.8%
Color previews
#deeb13 text on a black background
contrast 16.00:1
Card sample
#deeb13 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeb13;
Background color
Panel with #deeb13 background
background-color: #deeb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 235, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 235, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeb13; background: linear-gradient(135deg, #deeb13, #4EEB13);