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