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