#dce28f
a light, vivid yellow · cool · closest name: khaki
RGB
220, 226, 143
HSL
64°, 59%, 72%
CMYK
3, 0, 37, 11
Luminance
0.7159
Every format
| HEX | #dce28f |
| RGB | rgb(220, 226, 143) |
| HSL | hsl(64, 59%, 72%) |
| CMYK | cmyk(3%, 0%, 37%, 11%) |
| LAB | lab(87.8 -14.4 39.9) |
| LCH | lch(87.8 42.5 109.9) |
| OKLCH | oklch(0.889 0.105 111.9) |
Copy-ready code
/* CSS */
color: #dce28f;
background-color: #dce28f;
/* Tailwind (arbitrary) */
class="text-[#dce28f] bg-[#dce28f]"
/* SCSS */
$brand: #dce28f;
/* SwiftUI */
Color(red: 0.863, green: 0.886, blue: 0.561)
/* Android */
Color.parseColor("#dce28f")Accessibility — WCAG contrast
Aa
#dce28f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce28f on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.6%
Blue56.1%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow36.7%
Key (black)11.4%
Color previews
#dce28f text on a black background
contrast 15.32:1
Card sample
#dce28f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce28f;
Background color
Panel with #dce28f background
background-color: #dce28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 226, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 226, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce28f; background: linear-gradient(135deg, #dce28f, #A5E28F);