#cdffb8
a pale, electric green · cool · closest name: khaki
RGB
205, 255, 184
HSL
102°, 100%, 86%
CMYK
20, 0, 28, 0
Luminance
0.8796
Every format
| HEX | #cdffb8 |
| RGB | rgb(205, 255, 184) |
| HSL | hsl(102, 100%, 86%) |
| CMYK | cmyk(20%, 0%, 28%, 0%) |
| LAB | lab(95.1 -28.4 28.9) |
| LCH | lch(95.1 40.5 134.5) |
| OKLCH | oklch(0.948 0.106 136.6) |
Copy-ready code
/* CSS */
color: #cdffb8;
background-color: #cdffb8;
/* Tailwind (arbitrary) */
class="text-[#cdffb8] bg-[#cdffb8]"
/* SCSS */
$brand: #cdffb8;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.722)
/* Android */
Color.parseColor("#cdffb8")Accessibility — WCAG contrast
Aa
#cdffb8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffb8 on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue72.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow27.8%
Key (black)0.0%
Color previews
#cdffb8 text on a black background
contrast 18.59:1
Card sample
#cdffb8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffb8;
Background color
Panel with #cdffb8 background
background-color: #cdffb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffb8; background: linear-gradient(135deg, #cdffb8, #B8FFD2);