#cdffdb
a pale, electric green · cool · closest name: beige
RGB
205, 255, 219
HSL
137°, 100%, 90%
CMYK
20, 0, 14, 0
Luminance
0.8961
Every format
| HEX | #cdffdb |
| RGB | rgb(205, 255, 219) |
| HSL | hsl(137, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 14%, 0%) |
| LAB | lab(95.8 -22.7 12.0) |
| LCH | lch(95.8 25.7 152.0) |
| OKLCH | oklch(0.956 0.070 153.6) |
Copy-ready code
/* CSS */
color: #cdffdb;
background-color: #cdffdb;
/* Tailwind (arbitrary) */
class="text-[#cdffdb] bg-[#cdffdb]"
/* SCSS */
$brand: #cdffdb;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#cdffdb")Accessibility — WCAG contrast
Aa
#cdffdb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffdb on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#cdffdb text on a black background
contrast 18.92:1
Card sample
#cdffdb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffdb;
Background color
Panel with #cdffdb background
background-color: #cdffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffdb; background: linear-gradient(135deg, #cdffdb, #CDFFFC);