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