#dce27f
a light, vivid yellow · cool · closest name: khaki
RGB
220, 226, 127
HSL
64°, 63%, 69%
CMYK
3, 0, 44, 11
Luminance
0.7114
Every format
| HEX | #dce27f |
| RGB | rgb(220, 226, 127) |
| HSL | hsl(64, 63%, 69%) |
| CMYK | cmyk(3%, 0%, 44%, 11%) |
| LAB | lab(87.5 -16.1 47.5) |
| LCH | lch(87.5 50.2 108.8) |
| OKLCH | oklch(0.887 0.123 111.7) |
Copy-ready code
/* CSS */
color: #dce27f;
background-color: #dce27f;
/* Tailwind (arbitrary) */
class="text-[#dce27f] bg-[#dce27f]"
/* SCSS */
$brand: #dce27f;
/* SwiftUI */
Color(red: 0.863, green: 0.886, blue: 0.498)
/* Android */
Color.parseColor("#dce27f")Accessibility — WCAG contrast
Aa
#dce27f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce27f on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.6%
Blue49.8%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow43.8%
Key (black)11.4%
Color previews
#dce27f text on a black background
contrast 15.23:1
Card sample
#dce27f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce27f;
Background color
Panel with #dce27f background
background-color: #dce27f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce27f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 226, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 226, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce27f; background: linear-gradient(135deg, #dce27f, #9AE27F);