#cdffe2
a pale, electric green · cool · closest name: beige
RGB
205, 255, 226
HSL
145°, 100%, 90%
CMYK
20, 0, 11, 0
Luminance
0.8999
Every format
| HEX | #cdffe2 |
| RGB | rgb(205, 255, 226) |
| HSL | hsl(145, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 11%, 0%) |
| LAB | lab(96.0 -21.4 8.7) |
| LCH | lch(96.0 23.1 157.9) |
| OKLCH | oklch(0.958 0.064 159.5) |
Copy-ready code
/* CSS */
color: #cdffe2;
background-color: #cdffe2;
/* Tailwind (arbitrary) */
class="text-[#cdffe2] bg-[#cdffe2]"
/* SCSS */
$brand: #cdffe2;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.886)
/* Android */
Color.parseColor("#cdffe2")Accessibility — WCAG contrast
Aa
#cdffe2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffe2 on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue88.6%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow11.4%
Key (black)0.0%
Color previews
#cdffe2 text on a black background
contrast 19.00:1
Card sample
#cdffe2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffe2;
Background color
Panel with #cdffe2 background
background-color: #cdffe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffe2; background: linear-gradient(135deg, #cdffe2, #CDFBFF);