#cdfbc8
a pale, electric green · cool · closest name: beige
RGB
205, 251, 200
HSL
114°, 86%, 88%
CMYK
18, 0, 20, 2
Luminance
0.8614
Every format
| HEX | #cdfbc8 |
| RGB | rgb(205, 251, 200) |
| HSL | hsl(114, 86%, 88%) |
| CMYK | cmyk(18%, 0%, 20%, 2%) |
| LAB | lab(94.4 -24.0 19.7) |
| LCH | lch(94.4 31.1 140.6) |
| OKLCH | oklch(0.943 0.083 142.3) |
Copy-ready code
/* CSS */
color: #cdfbc8;
background-color: #cdfbc8;
/* Tailwind (arbitrary) */
class="text-[#cdfbc8] bg-[#cdfbc8]"
/* SCSS */
$brand: #cdfbc8;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.784)
/* Android */
Color.parseColor("#cdfbc8")Accessibility — WCAG contrast
Aa
#cdfbc8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbc8 on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue78.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow20.3%
Key (black)1.6%
Color previews
#cdfbc8 text on a black background
contrast 18.23:1
Card sample
#cdfbc8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbc8;
Background color
Panel with #cdfbc8 background
background-color: #cdfbc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbc8; background: linear-gradient(135deg, #cdfbc8, #C8FBE5);