#cdffbb
a pale, electric green · cool · closest name: aquamarine
RGB
205, 255, 187
HSL
104°, 100%, 87%
CMYK
20, 0, 27, 0
Luminance
0.8809
Every format
| HEX | #cdffbb |
| RGB | rgb(205, 255, 187) |
| HSL | hsl(104, 100%, 87%) |
| CMYK | cmyk(20%, 0%, 27%, 0%) |
| LAB | lab(95.2 -28.0 27.5) |
| LCH | lch(95.2 39.2 135.5) |
| OKLCH | oklch(0.949 0.103 137.5) |
Copy-ready code
/* CSS */
color: #cdffbb;
background-color: #cdffbb;
/* Tailwind (arbitrary) */
class="text-[#cdffbb] bg-[#cdffbb]"
/* SCSS */
$brand: #cdffbb;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#cdffbb")Accessibility — WCAG contrast
Aa
#cdffbb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffbb on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue73.3%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#cdffbb text on a black background
contrast 18.62:1
Card sample
#cdffbb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffbb;
Background color
Panel with #cdffbb background
background-color: #cdffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffbb; background: linear-gradient(135deg, #cdffbb, #BBFFD6);