#dcef2f
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 239, 47
HSL
66°, 86%, 56%
CMYK
8, 0, 80, 6
Luminance
0.7715
Every format
| HEX | #dcef2f |
| RGB | rgb(220, 239, 47) |
| HSL | hsl(66, 86%, 56%) |
| CMYK | cmyk(8%, 0%, 80%, 6%) |
| LAB | lab(90.4 -27.6 81.6) |
| LCH | lch(90.4 86.1 108.7) |
| OKLCH | oklch(0.908 0.196 115.6) |
Copy-ready code
/* CSS */
color: #dcef2f;
background-color: #dcef2f;
/* Tailwind (arbitrary) */
class="text-[#dcef2f] bg-[#dcef2f]"
/* SCSS */
$brand: #dcef2f;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.184)
/* Android */
Color.parseColor("#dcef2f")Accessibility — WCAG contrast
Aa
#dcef2f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcef2f on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue18.4%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow80.3%
Key (black)6.3%
Color previews
#dcef2f text on a black background
contrast 16.43:1
Card sample
#dcef2f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcef2f;
Background color
Panel with #dcef2f background
background-color: #dcef2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcef2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcef2f; background: linear-gradient(135deg, #dcef2f, #5CEF2F);