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