#cdffe6
a pale, electric green · cool · closest name: beige
RGB
205, 255, 230
HSL
150°, 100%, 90%
CMYK
20, 0, 10, 0
Luminance
0.9021
Every format
| HEX | #cdffe6 |
| RGB | rgb(205, 255, 230) |
| HSL | hsl(150, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 10%, 0%) |
| LAB | lab(96.1 -20.6 6.7) |
| LCH | lch(96.1 21.7 161.9) |
| OKLCH | oklch(0.959 0.061 163.3) |
Copy-ready code
/* CSS */
color: #cdffe6;
background-color: #cdffe6;
/* Tailwind (arbitrary) */
class="text-[#cdffe6] bg-[#cdffe6]"
/* SCSS */
$brand: #cdffe6;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.902)
/* Android */
Color.parseColor("#cdffe6")Accessibility — WCAG contrast
Aa
#cdffe6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffe6 on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue90.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow9.8%
Key (black)0.0%
Color previews
#cdffe6 text on a black background
contrast 19.04:1
Card sample
#cdffe6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffe6;
Background color
Panel with #cdffe6 background
background-color: #cdffe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffe6; background: linear-gradient(135deg, #cdffe6, #CDF7FF);