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