#dcef02
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 239, 2
HSL
65°, 98%, 47%
CMYK
8, 0, 99, 6
Luminance
0.7695
Every format
| HEX | #dcef02 |
| RGB | rgb(220, 239, 2) |
| HSL | hsl(65, 98%, 47%) |
| CMYK | cmyk(8%, 0%, 99%, 6%) |
| LAB | lab(90.3 -28.3 88.1) |
| LCH | lch(90.3 92.6 107.8) |
| OKLCH | oklch(0.907 0.206 115.5) |
Copy-ready code
/* CSS */
color: #dcef02;
background-color: #dcef02;
/* Tailwind (arbitrary) */
class="text-[#dcef02] bg-[#dcef02]"
/* SCSS */
$brand: #dcef02;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.008)
/* Android */
Color.parseColor("#dcef02")Accessibility — WCAG contrast
Aa
#dcef02 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcef02 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue0.8%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow99.2%
Key (black)6.3%
Color previews
#dcef02 text on a black background
contrast 16.39:1
Card sample
#dcef02 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcef02;
Background color
Panel with #dcef02 background
background-color: #dcef02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcef02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcef02; background: linear-gradient(135deg, #dcef02, #3EEF02);