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