#cdfbc5
a pale, electric green · cool · closest name: beige
RGB
205, 251, 197
HSL
111°, 87%, 88%
CMYK
18, 0, 22, 2
Luminance
0.8600
Every format
| HEX | #cdfbc5 |
| RGB | rgb(205, 251, 197) |
| HSL | hsl(111, 87%, 88%) |
| CMYK | cmyk(18%, 0%, 22%, 2%) |
| LAB | lab(94.3 -24.5 21.2) |
| LCH | lch(94.3 32.4 139.2) |
| OKLCH | oklch(0.942 0.086 140.9) |
Copy-ready code
/* CSS */
color: #cdfbc5;
background-color: #cdfbc5;
/* Tailwind (arbitrary) */
class="text-[#cdfbc5] bg-[#cdfbc5]"
/* SCSS */
$brand: #cdfbc5;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.773)
/* Android */
Color.parseColor("#cdfbc5")Accessibility — WCAG contrast
Aa
#cdfbc5 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbc5 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue77.3%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow21.5%
Key (black)1.6%
Color previews
#cdfbc5 text on a black background
contrast 18.20:1
Card sample
#cdfbc5 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbc5;
Background color
Panel with #cdfbc5 background
background-color: #cdfbc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbc5; background: linear-gradient(135deg, #cdfbc5, #C5FBE1);