#dcdf7b
a light, vivid yellow · cool · closest name: khaki
RGB
220, 223, 123
HSL
62°, 61%, 68%
CMYK
1, 0, 45, 13
Luminance
0.6942
Every format
| HEX | #dcdf7b |
| RGB | rgb(220, 223, 123) |
| HSL | hsl(62, 61%, 68%) |
| CMYK | cmyk(1%, 0%, 45%, 13%) |
| LAB | lab(86.7 -15.1 48.4) |
| LCH | lch(86.7 50.7 107.3) |
| OKLCH | oklch(0.880 0.124 110.2) |
Copy-ready code
/* CSS */
color: #dcdf7b;
background-color: #dcdf7b;
/* Tailwind (arbitrary) */
class="text-[#dcdf7b] bg-[#dcdf7b]"
/* SCSS */
$brand: #dcdf7b;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.482)
/* Android */
Color.parseColor("#dcdf7b")Accessibility — WCAG contrast
Aa
#dcdf7b on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf7b on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue48.2%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow44.8%
Key (black)12.5%
Color previews
#dcdf7b text on a black background
contrast 14.88:1
Card sample
#dcdf7b text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf7b;
Background color
Panel with #dcdf7b background
background-color: #dcdf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf7b; background: linear-gradient(135deg, #dcdf7b, #99DF7B);