#cdffcb
a pale, electric green · cool · closest name: beige
RGB
205, 255, 203
HSL
118°, 100%, 90%
CMYK
20, 0, 20, 0
Luminance
0.8881
Every format
| HEX | #cdffcb |
| RGB | rgb(205, 255, 203) |
| HSL | hsl(118, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 20%, 0%) |
| LAB | lab(95.5 -25.4 19.8) |
| LCH | lch(95.5 32.2 142.2) |
| OKLCH | oklch(0.952 0.086 143.9) |
Copy-ready code
/* CSS */
color: #cdffcb;
background-color: #cdffcb;
/* Tailwind (arbitrary) */
class="text-[#cdffcb] bg-[#cdffcb]"
/* SCSS */
$brand: #cdffcb;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#cdffcb")Accessibility — WCAG contrast
Aa
#cdffcb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffcb on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue79.6%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#cdffcb text on a black background
contrast 18.76:1
Card sample
#cdffcb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffcb;
Background color
Panel with #cdffcb background
background-color: #cdffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffcb; background: linear-gradient(135deg, #cdffcb, #CBFFEC);