#dcec3f
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 236, 63
HSL
66°, 82%, 59%
CMYK
7, 0, 73, 8
Luminance
0.7557
Every format
| HEX | #dcec3f |
| RGB | rgb(220, 236, 63) |
| HSL | hsl(66, 82%, 59%) |
| CMYK | cmyk(7%, 0%, 73%, 8%) |
| LAB | lab(89.7 -25.5 76.4) |
| LCH | lch(89.7 80.5 108.5) |
| OKLCH | oklch(0.902 0.186 114.8) |
Copy-ready code
/* CSS */
color: #dcec3f;
background-color: #dcec3f;
/* Tailwind (arbitrary) */
class="text-[#dcec3f] bg-[#dcec3f]"
/* SCSS */
$brand: #dcec3f;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.247)
/* Android */
Color.parseColor("#dcec3f")Accessibility — WCAG contrast
Aa
#dcec3f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcec3f on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue24.7%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow73.3%
Key (black)7.5%
Color previews
#dcec3f text on a black background
contrast 16.11:1
Card sample
#dcec3f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcec3f;
Background color
Panel with #dcec3f background
background-color: #dcec3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcec3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcec3f; background: linear-gradient(135deg, #dcec3f, #69EC3F);