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