#dcef3c
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 239, 60
HSL
66°, 85%, 59%
CMYK
8, 0, 75, 6
Luminance
0.7727
Every format
| HEX | #dcef3c |
| RGB | rgb(220, 239, 60) |
| HSL | hsl(66, 85%, 59%) |
| CMYK | cmyk(8%, 0%, 75%, 6%) |
| LAB | lab(90.5 -27.1 78.1) |
| LCH | lch(90.5 82.6 109.1) |
| OKLCH | oklch(0.908 0.190 115.7) |
Copy-ready code
/* CSS */
color: #dcef3c;
background-color: #dcef3c;
/* Tailwind (arbitrary) */
class="text-[#dcef3c] bg-[#dcef3c]"
/* SCSS */
$brand: #dcef3c;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.235)
/* Android */
Color.parseColor("#dcef3c")Accessibility — WCAG contrast
Aa
#dcef3c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcef3c on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue23.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow74.9%
Key (black)6.3%
Color previews
#dcef3c text on a black background
contrast 16.45:1
Card sample
#dcef3c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcef3c;
Background color
Panel with #dcef3c background
background-color: #dcef3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcef3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcef3c; background: linear-gradient(135deg, #dcef3c, #64EF3C);