#dcf6e2
a pale, vivid green · cool · closest name: beige
RGB
220, 246, 226
HSL
134°, 59%, 91%
CMYK
11, 0, 8, 4
Luminance
0.8662
Every format
| HEX | #dcf6e2 |
| RGB | rgb(220, 246, 226) |
| HSL | hsl(134, 59%, 91%) |
| CMYK | cmyk(11%, 0%, 8%, 4%) |
| LAB | lab(94.6 -12.1 6.8) |
| LCH | lch(94.6 13.9 150.9) |
| OKLCH | oklch(0.949 0.038 152.5) |
Copy-ready code
/* CSS */
color: #dcf6e2;
background-color: #dcf6e2;
/* Tailwind (arbitrary) */
class="text-[#dcf6e2] bg-[#dcf6e2]"
/* SCSS */
$brand: #dcf6e2;
/* SwiftUI */
Color(red: 0.863, green: 0.965, blue: 0.886)
/* Android */
Color.parseColor("#dcf6e2")Accessibility — WCAG contrast
Aa
#dcf6e2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf6e2 on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green96.5%
Blue88.6%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow8.1%
Key (black)3.5%
Color previews
#dcf6e2 text on a black background
contrast 18.32:1
Card sample
#dcf6e2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf6e2;
Background color
Panel with #dcf6e2 background
background-color: #dcf6e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf6e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 246, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 246, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf6e2; background: linear-gradient(135deg, #dcf6e2, #DCF6F3);