#cdfcbc
a pale, electric green · cool · closest name: aquamarine
RGB
205, 252, 188
HSL
104°, 91%, 86%
CMYK
19, 0, 25, 1
Luminance
0.8623
Every format
| HEX | #cdfcbc |
| RGB | rgb(205, 252, 188) |
| HSL | hsl(104, 91%, 86%) |
| CMYK | cmyk(19%, 0%, 25%, 1%) |
| LAB | lab(94.4 -26.4 25.9) |
| LCH | lch(94.4 37.0 135.6) |
| OKLCH | oklch(0.942 0.097 137.5) |
Copy-ready code
/* CSS */
color: #cdfcbc;
background-color: #cdfcbc;
/* Tailwind (arbitrary) */
class="text-[#cdfcbc] bg-[#cdfcbc]"
/* SCSS */
$brand: #cdfcbc;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#cdfcbc")Accessibility — WCAG contrast
Aa
#cdfcbc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcbc on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue73.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#cdfcbc text on a black background
contrast 18.25:1
Card sample
#cdfcbc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcbc;
Background color
Panel with #cdfcbc background
background-color: #cdfcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcbc; background: linear-gradient(135deg, #cdfcbc, #BCFCD6);