#dcdf83
a light, vivid yellow · cool · closest name: khaki
RGB
220, 223, 131
HSL
62°, 59%, 69%
CMYK
1, 0, 41, 13
Luminance
0.6963
Every format
| HEX | #dcdf83 |
| RGB | rgb(220, 223, 131) |
| HSL | hsl(62, 59%, 69%) |
| CMYK | cmyk(1%, 0%, 41%, 13%) |
| LAB | lab(86.8 -14.3 44.6) |
| LCH | lch(86.8 46.9 107.7) |
| OKLCH | oklch(0.881 0.115 110.2) |
Copy-ready code
/* CSS */
color: #dcdf83;
background-color: #dcdf83;
/* Tailwind (arbitrary) */
class="text-[#dcdf83] bg-[#dcdf83]"
/* SCSS */
$brand: #dcdf83;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.514)
/* Android */
Color.parseColor("#dcdf83")Accessibility — WCAG contrast
Aa
#dcdf83 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf83 on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue51.4%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow41.3%
Key (black)12.5%
Color previews
#dcdf83 text on a black background
contrast 14.93:1
Card sample
#dcdf83 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf83;
Background color
Panel with #dcdf83 background
background-color: #dcdf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf83; background: linear-gradient(135deg, #dcdf83, #9FDF83);