#dcf25f
a light, electric yellow · cool · closest name: khaki
RGB
220, 242, 95
HSL
69°, 85%, 66%
CMYK
9, 0, 61, 5
Luminance
0.7955
Every format
| HEX | #dcf25f |
| RGB | rgb(220, 242, 95) |
| HSL | hsl(69, 85%, 66%) |
| CMYK | cmyk(9%, 0%, 61%, 5%) |
| LAB | lab(91.5 -26.6 66.5) |
| LCH | lch(91.5 71.6 111.8) |
| OKLCH | oklch(0.917 0.171 117.1) |
Copy-ready code
/* CSS */
color: #dcf25f;
background-color: #dcf25f;
/* Tailwind (arbitrary) */
class="text-[#dcf25f] bg-[#dcf25f]"
/* SCSS */
$brand: #dcf25f;
/* SwiftUI */
Color(red: 0.863, green: 0.949, blue: 0.373)
/* Android */
Color.parseColor("#dcf25f")Accessibility — WCAG contrast
Aa
#dcf25f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf25f on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.9%
Blue37.3%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow60.7%
Key (black)5.1%
Color previews
#dcf25f text on a black background
contrast 16.91:1
Card sample
#dcf25f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf25f;
Background color
Panel with #dcf25f background
background-color: #dcf25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 242, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 242, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf25f; background: linear-gradient(135deg, #dcf25f, #7AF25F);