#dcf3ab
a light, electric green · cool · closest name: khaki
RGB
220, 243, 171
HSL
79°, 75%, 81%
CMYK
10, 0, 30, 5
Luminance
0.8226
Every format
| HEX | #dcf3ab |
| RGB | rgb(220, 243, 171) |
| HSL | hsl(79, 75%, 81%) |
| CMYK | cmyk(10%, 0%, 30%, 5%) |
| LAB | lab(92.7 -19.3 32.3) |
| LCH | lch(92.7 37.6 120.8) |
| OKLCH | oklch(0.930 0.096 122.7) |
Copy-ready code
/* CSS */
color: #dcf3ab;
background-color: #dcf3ab;
/* Tailwind (arbitrary) */
class="text-[#dcf3ab] bg-[#dcf3ab]"
/* SCSS */
$brand: #dcf3ab;
/* SwiftUI */
Color(red: 0.863, green: 0.953, blue: 0.671)
/* Android */
Color.parseColor("#dcf3ab")Accessibility — WCAG contrast
Aa
#dcf3ab on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf3ab on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green95.3%
Blue67.1%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow29.6%
Key (black)4.7%
Color previews
#dcf3ab text on a black background
contrast 17.45:1
Card sample
#dcf3ab text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf3ab;
Background color
Panel with #dcf3ab background
background-color: #dcf3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 243, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 243, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf3ab; background: linear-gradient(135deg, #dcf3ab, #ACF3AB);