#dcec2f
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 236, 47
HSL
65°, 83%, 56%
CMYK
7, 0, 80, 8
Luminance
0.7541
Every format
| HEX | #dcec2f |
| RGB | rgb(220, 236, 47) |
| HSL | hsl(65, 83%, 56%) |
| CMYK | cmyk(7%, 0%, 80%, 8%) |
| LAB | lab(89.6 -26.1 80.9) |
| LCH | lch(89.6 85.0 107.9) |
| OKLCH | oklch(0.901 0.193 114.8) |
Copy-ready code
/* CSS */
color: #dcec2f;
background-color: #dcec2f;
/* Tailwind (arbitrary) */
class="text-[#dcec2f] bg-[#dcec2f]"
/* SCSS */
$brand: #dcec2f;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.184)
/* Android */
Color.parseColor("#dcec2f")Accessibility — WCAG contrast
Aa
#dcec2f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcec2f on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue18.4%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow80.1%
Key (black)7.5%
Color previews
#dcec2f text on a black background
contrast 16.08:1
Card sample
#dcec2f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcec2f;
Background color
Panel with #dcec2f background
background-color: #dcec2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcec2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcec2f; background: linear-gradient(135deg, #dcec2f, #5EEC2F);