#dcdf18
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 223, 24
HSL
61°, 81%, 48%
CMYK
1, 0, 89, 13
Luminance
0.6806
Every format
| HEX | #dcdf18 |
| RGB | rgb(220, 223, 24) |
| HSL | hsl(61, 81%, 48%) |
| CMYK | cmyk(1%, 0%, 89%, 13%) |
| LAB | lab(86.0 -20.5 82.6) |
| LCH | lch(86.0 85.1 103.9) |
| OKLCH | oklch(0.873 0.188 110.7) |
Copy-ready code
/* CSS */
color: #dcdf18;
background-color: #dcdf18;
/* Tailwind (arbitrary) */
class="text-[#dcdf18] bg-[#dcdf18]"
/* SCSS */
$brand: #dcdf18;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.094)
/* Android */
Color.parseColor("#dcdf18")Accessibility — WCAG contrast
Aa
#dcdf18 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf18 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue9.4%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow89.2%
Key (black)12.5%
Color previews
#dcdf18 text on a black background
contrast 14.61:1
Card sample
#dcdf18 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf18;
Background color
Panel with #dcdf18 background
background-color: #dcdf18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf18; background: linear-gradient(135deg, #dcdf18, #57DF18);