#dcdf57
a balanced, vivid yellow · cool · closest name: khaki
RGB
220, 223, 87
HSL
61°, 68%, 61%
CMYK
1, 0, 61, 13
Luminance
0.6868
Every format
| HEX | #dcdf57 |
| RGB | rgb(220, 223, 87) |
| HSL | hsl(61, 68%, 61%) |
| CMYK | cmyk(1%, 0%, 61%, 13%) |
| LAB | lab(86.3 -18.0 64.2) |
| LCH | lch(86.3 66.7 105.6) |
| OKLCH | oklch(0.876 0.156 110.4) |
Copy-ready code
/* CSS */
color: #dcdf57;
background-color: #dcdf57;
/* Tailwind (arbitrary) */
class="text-[#dcdf57] bg-[#dcdf57]"
/* SCSS */
$brand: #dcdf57;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.341)
/* Android */
Color.parseColor("#dcdf57")Accessibility — WCAG contrast
Aa
#dcdf57 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf57 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue34.1%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow61.0%
Key (black)12.5%
Color previews
#dcdf57 text on a black background
contrast 14.74:1
Card sample
#dcdf57 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf57;
Background color
Panel with #dcdf57 background
background-color: #dcdf57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf57; background: linear-gradient(135deg, #dcdf57, #81DF57);