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