#cdfcd0
a pale, electric green · cool · closest name: beige
RGB
205, 252, 208
HSL
124°, 89%, 90%
CMYK
19, 0, 18, 1
Luminance
0.8715
Every format
| HEX | #cdfcd0 |
| RGB | rgb(205, 252, 208) |
| HSL | hsl(124, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 18%, 1%) |
| LAB | lab(94.8 -23.1 16.2) |
| LCH | lch(94.8 28.3 145.0) |
| OKLCH | oklch(0.947 0.076 146.6) |
Copy-ready code
/* CSS */
color: #cdfcd0;
background-color: #cdfcd0;
/* Tailwind (arbitrary) */
class="text-[#cdfcd0] bg-[#cdfcd0]"
/* SCSS */
$brand: #cdfcd0;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.816)
/* Android */
Color.parseColor("#cdfcd0")Accessibility — WCAG contrast
Aa
#cdfcd0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcd0 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue81.6%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow17.5%
Key (black)1.2%
Color previews
#cdfcd0 text on a black background
contrast 18.43:1
Card sample
#cdfcd0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcd0;
Background color
Panel with #cdfcd0 background
background-color: #cdfcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcd0; background: linear-gradient(135deg, #cdfcd0, #CDFCEF);