#dcf45f
a light, electric yellow · cool · closest name: yellow
RGB
220, 244, 95
HSL
70°, 87%, 67%
CMYK
10, 0, 61, 4
Luminance
0.8074
Every format
| HEX | #dcf45f |
| RGB | rgb(220, 244, 95) |
| HSL | hsl(70, 87%, 67%) |
| CMYK | cmyk(10%, 0%, 61%, 4%) |
| LAB | lab(92.0 -27.5 67.0) |
| LCH | lch(92.0 72.5 112.3) |
| OKLCH | oklch(0.922 0.173 117.7) |
Copy-ready code
/* CSS */
color: #dcf45f;
background-color: #dcf45f;
/* Tailwind (arbitrary) */
class="text-[#dcf45f] bg-[#dcf45f]"
/* SCSS */
$brand: #dcf45f;
/* SwiftUI */
Color(red: 0.863, green: 0.957, blue: 0.373)
/* Android */
Color.parseColor("#dcf45f")Accessibility — WCAG contrast
Aa
#dcf45f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf45f on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green95.7%
Blue37.3%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow61.1%
Key (black)4.3%
Color previews
#dcf45f text on a black background
contrast 17.15:1
Card sample
#dcf45f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf45f;
Background color
Panel with #dcf45f background
background-color: #dcf45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 244, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 244, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf45f; background: linear-gradient(135deg, #dcf45f, #79F45F);