#cdfbc1
a pale, electric green · cool · closest name: beige
RGB
205, 251, 193
HSL
108°, 88%, 87%
CMYK
18, 0, 23, 2
Luminance
0.8582
Every format
| HEX | #cdfbc1 |
| RGB | rgb(205, 251, 193) |
| HSL | hsl(108, 88%, 87%) |
| CMYK | cmyk(18%, 0%, 23%, 2%) |
| LAB | lab(94.2 -25.1 23.1) |
| LCH | lch(94.2 34.1 137.4) |
| OKLCH | oklch(0.941 0.090 139.2) |
Copy-ready code
/* CSS */
color: #cdfbc1;
background-color: #cdfbc1;
/* Tailwind (arbitrary) */
class="text-[#cdfbc1] bg-[#cdfbc1]"
/* SCSS */
$brand: #cdfbc1;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.757)
/* Android */
Color.parseColor("#cdfbc1")Accessibility — WCAG contrast
Aa
#cdfbc1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbc1 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue75.7%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow23.1%
Key (black)1.6%
Color previews
#cdfbc1 text on a black background
contrast 18.16:1
Card sample
#cdfbc1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbc1;
Background color
Panel with #cdfbc1 background
background-color: #cdfbc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbc1; background: linear-gradient(135deg, #cdfbc1, #C1FBDC);