#cdfbe2
a pale, electric green · cool · closest name: beige
RGB
205, 251, 226
HSL
147°, 85%, 89%
CMYK
18, 0, 10, 2
Luminance
0.8746
Every format
| HEX | #cdfbe2 |
| RGB | rgb(205, 251, 226) |
| HSL | hsl(147, 85%, 89%) |
| CMYK | cmyk(18%, 0%, 10%, 2%) |
| LAB | lab(94.9 -19.4 7.2) |
| LCH | lch(94.9 20.7 159.8) |
| OKLCH | oklch(0.949 0.058 161.3) |
Copy-ready code
/* CSS */
color: #cdfbe2;
background-color: #cdfbe2;
/* Tailwind (arbitrary) */
class="text-[#cdfbe2] bg-[#cdfbe2]"
/* SCSS */
$brand: #cdfbe2;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.886)
/* Android */
Color.parseColor("#cdfbe2")Accessibility — WCAG contrast
Aa
#cdfbe2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbe2 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue88.6%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow10.0%
Key (black)1.6%
Color previews
#cdfbe2 text on a black background
contrast 18.49:1
Card sample
#cdfbe2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbe2;
Background color
Panel with #cdfbe2 background
background-color: #cdfbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbe2; background: linear-gradient(135deg, #cdfbe2, #CDF5FB);