#dcf9e3
a pale, vivid green · cool · closest name: beige
RGB
220, 249, 227
HSL
135°, 71%, 92%
CMYK
12, 0, 9, 2
Luminance
0.8851
Every format
| HEX | #dcf9e3 |
| RGB | rgb(220, 249, 227) |
| HSL | hsl(135, 71%, 92%) |
| CMYK | cmyk(12%, 0%, 9%, 2%) |
| LAB | lab(95.4 -13.4 7.4) |
| LCH | lch(95.4 15.3 151.2) |
| OKLCH | oklch(0.955 0.042 152.8) |
Copy-ready code
/* CSS */
color: #dcf9e3;
background-color: #dcf9e3;
/* Tailwind (arbitrary) */
class="text-[#dcf9e3] bg-[#dcf9e3]"
/* SCSS */
$brand: #dcf9e3;
/* SwiftUI */
Color(red: 0.863, green: 0.976, blue: 0.890)
/* Android */
Color.parseColor("#dcf9e3")Accessibility — WCAG contrast
Aa
#dcf9e3 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf9e3 on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green97.6%
Blue89.0%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow8.8%
Key (black)2.4%
Color previews
#dcf9e3 text on a black background
contrast 18.70:1
Card sample
#dcf9e3 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf9e3;
Background color
Panel with #dcf9e3 background
background-color: #dcf9e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf9e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 249, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 249, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf9e3; background: linear-gradient(135deg, #dcf9e3, #DCF9F6);