#cdfbe8
a pale, electric green · cool · closest name: beige
RGB
205, 251, 232
HSL
155°, 85%, 89%
CMYK
18, 0, 8, 2
Luminance
0.8780
Every format
| HEX | #cdfbe8 |
| RGB | rgb(205, 251, 232) |
| HSL | hsl(155, 85%, 89%) |
| CMYK | cmyk(18%, 0%, 8%, 2%) |
| LAB | lab(95.1 -18.3 4.3) |
| LCH | lch(95.1 18.8 166.9) |
| OKLCH | oklch(0.951 0.054 168.2) |
Copy-ready code
/* CSS */
color: #cdfbe8;
background-color: #cdfbe8;
/* Tailwind (arbitrary) */
class="text-[#cdfbe8] bg-[#cdfbe8]"
/* SCSS */
$brand: #cdfbe8;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.910)
/* Android */
Color.parseColor("#cdfbe8")Accessibility — WCAG contrast
Aa
#cdfbe8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbe8 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue91.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow7.6%
Key (black)1.6%
Color previews
#cdfbe8 text on a black background
contrast 18.56:1
Card sample
#cdfbe8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbe8;
Background color
Panel with #cdfbe8 background
background-color: #cdfbe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbe8; background: linear-gradient(135deg, #cdfbe8, #CDEFFB);