#dce95f
a balanced, electric yellow · cool · closest name: khaki
RGB
220, 233, 95
HSL
66°, 76%, 64%
CMYK
6, 0, 59, 9
Luminance
0.7432
Every format
| HEX | #dce95f |
| RGB | rgb(220, 233, 95) |
| HSL | hsl(66, 76%, 64%) |
| CMYK | cmyk(6%, 0%, 59%, 9%) |
| LAB | lab(89.1 -22.3 63.9) |
| LCH | lch(89.1 67.6 109.2) |
| OKLCH | oklch(0.898 0.161 114.2) |
Copy-ready code
/* CSS */
color: #dce95f;
background-color: #dce95f;
/* Tailwind (arbitrary) */
class="text-[#dce95f] bg-[#dce95f]"
/* SCSS */
$brand: #dce95f;
/* SwiftUI */
Color(red: 0.863, green: 0.914, blue: 0.373)
/* Android */
Color.parseColor("#dce95f")Accessibility — WCAG contrast
Aa
#dce95f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce95f on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.4%
Blue37.3%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow59.2%
Key (black)8.6%
Color previews
#dce95f text on a black background
contrast 15.86:1
Card sample
#dce95f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce95f;
Background color
Panel with #dce95f background
background-color: #dce95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 233, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 233, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce95f; background: linear-gradient(135deg, #dce95f, #80E95F);