#cdfcd6
a pale, electric green · cool · closest name: beige
RGB
205, 252, 214
HSL
132°, 89%, 90%
CMYK
19, 0, 15, 1
Luminance
0.8745
Every format
| HEX | #cdfcd6 |
| RGB | rgb(205, 252, 214) |
| HSL | hsl(132, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 15%, 1%) |
| LAB | lab(94.9 -22.1 13.3) |
| LCH | lch(94.9 25.8 148.9) |
| OKLCH | oklch(0.948 0.070 150.6) |
Copy-ready code
/* CSS */
color: #cdfcd6;
background-color: #cdfcd6;
/* Tailwind (arbitrary) */
class="text-[#cdfcd6] bg-[#cdfcd6]"
/* SCSS */
$brand: #cdfcd6;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.839)
/* Android */
Color.parseColor("#cdfcd6")Accessibility — WCAG contrast
Aa
#cdfcd6 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcd6 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue83.9%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow15.1%
Key (black)1.2%
Color previews
#cdfcd6 text on a black background
contrast 18.49:1
Card sample
#cdfcd6 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcd6;
Background color
Panel with #cdfcd6 background
background-color: #cdfcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcd6; background: linear-gradient(135deg, #cdfcd6, #CDFCF5);