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