#dcdf23
a balanced, vivid yellow · cool · closest name: yellow
RGB
220, 223, 35
HSL
61°, 75%, 51%
CMYK
1, 0, 84, 13
Luminance
0.6811
Every format
| HEX | #dcdf23 |
| RGB | rgb(220, 223, 35) |
| HSL | hsl(61, 75%, 51%) |
| CMYK | cmyk(1%, 0%, 84%, 13%) |
| LAB | lab(86.1 -20.2 80.7) |
| LCH | lch(86.1 83.2 104.1) |
| OKLCH | oklch(0.873 0.185 110.7) |
Copy-ready code
/* CSS */
color: #dcdf23;
background-color: #dcdf23;
/* Tailwind (arbitrary) */
class="text-[#dcdf23] bg-[#dcdf23]"
/* SCSS */
$brand: #dcdf23;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.137)
/* Android */
Color.parseColor("#dcdf23")Accessibility — WCAG contrast
Aa
#dcdf23 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf23 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue13.7%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow84.3%
Key (black)12.5%
Color previews
#dcdf23 text on a black background
contrast 14.62:1
Card sample
#dcdf23 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf23;
Background color
Panel with #dcdf23 background
background-color: #dcdf23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf23; background: linear-gradient(135deg, #dcdf23, #5FDF23);