#cdfdca
a pale, electric green · cool · closest name: beige
RGB
205, 253, 202
HSL
117°, 93%, 89%
CMYK
19, 0, 20, 1
Luminance
0.8749
Every format
| HEX | #cdfdca |
| RGB | rgb(205, 253, 202) |
| HSL | hsl(117, 93%, 89%) |
| CMYK | cmyk(19%, 0%, 20%, 1%) |
| LAB | lab(95.0 -24.6 19.5) |
| LCH | lch(95.0 31.4 141.6) |
| OKLCH | oklch(0.948 0.084 143.4) |
Copy-ready code
/* CSS */
color: #cdfdca;
background-color: #cdfdca;
/* Tailwind (arbitrary) */
class="text-[#cdfdca] bg-[#cdfdca]"
/* SCSS */
$brand: #cdfdca;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.792)
/* Android */
Color.parseColor("#cdfdca")Accessibility — WCAG contrast
Aa
#cdfdca on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdca on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue79.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow20.2%
Key (black)0.8%
Color previews
#cdfdca text on a black background
contrast 18.50:1
Card sample
#cdfdca text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdca;
Background color
Panel with #cdfdca background
background-color: #cdfdca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdca; background: linear-gradient(135deg, #cdfdca, #CAFDE9);