#cdffd3
a pale, electric green · cool · closest name: beige
RGB
205, 255, 211
HSL
127°, 100%, 90%
CMYK
20, 0, 17, 0
Luminance
0.8920
Every format
| HEX | #cdffd3 |
| RGB | rgb(205, 255, 211) |
| HSL | hsl(127, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 17%, 0%) |
| LAB | lab(95.7 -24.1 15.9) |
| LCH | lch(95.7 28.8 146.6) |
| OKLCH | oklch(0.954 0.078 148.2) |
Copy-ready code
/* CSS */
color: #cdffd3;
background-color: #cdffd3;
/* Tailwind (arbitrary) */
class="text-[#cdffd3] bg-[#cdffd3]"
/* SCSS */
$brand: #cdffd3;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.827)
/* Android */
Color.parseColor("#cdffd3")Accessibility — WCAG contrast
Aa
#cdffd3 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffd3 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue82.7%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow17.3%
Key (black)0.0%
Color previews
#cdffd3 text on a black background
contrast 18.84:1
Card sample
#cdffd3 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffd3;
Background color
Panel with #cdffd3 background
background-color: #cdffd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffd3; background: linear-gradient(135deg, #cdffd3, #CDFFF4);