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