#dcdf60
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 223, 96
HSL
61°, 67%, 63%
CMYK
1, 0, 57, 13
Luminance
0.6884
Every format
| HEX | #dcdf60 |
| RGB | rgb(220, 223, 96) |
| HSL | hsl(61, 67%, 63%) |
| CMYK | cmyk(1%, 0%, 57%, 13%) |
| LAB | lab(86.4 -17.3 60.5) |
| LCH | lch(86.4 62.9 106.0) |
| OKLCH | oklch(0.877 0.149 110.4) |
Copy-ready code
/* CSS */
color: #dcdf60;
background-color: #dcdf60;
/* Tailwind (arbitrary) */
class="text-[#dcdf60] bg-[#dcdf60]"
/* SCSS */
$brand: #dcdf60;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.376)
/* Android */
Color.parseColor("#dcdf60")Accessibility — WCAG contrast
Aa
#dcdf60 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf60 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue37.6%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow57.0%
Key (black)12.5%
Color previews
#dcdf60 text on a black background
contrast 14.77:1
Card sample
#dcdf60 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf60;
Background color
Panel with #dcdf60 background
background-color: #dcdf60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf60; background: linear-gradient(135deg, #dcdf60, #87DF60);