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