#cdfbbe
a pale, electric green · cool · closest name: beige
RGB
205, 251, 190
HSL
105°, 88%, 87%
CMYK
18, 0, 24, 2
Luminance
0.8569
Every format
| HEX | #cdfbbe |
| RGB | rgb(205, 251, 190) |
| HSL | hsl(105, 88%, 87%) |
| CMYK | cmyk(18%, 0%, 24%, 2%) |
| LAB | lab(94.2 -25.6 24.5) |
| LCH | lch(94.2 35.5 136.2) |
| OKLCH | oklch(0.941 0.093 138.1) |
Copy-ready code
/* CSS */
color: #cdfbbe;
background-color: #cdfbbe;
/* Tailwind (arbitrary) */
class="text-[#cdfbbe] bg-[#cdfbbe]"
/* SCSS */
$brand: #cdfbbe;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.745)
/* Android */
Color.parseColor("#cdfbbe")Accessibility — WCAG contrast
Aa
#cdfbbe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbbe on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue74.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow24.3%
Key (black)1.6%
Color previews
#cdfbbe text on a black background
contrast 18.14:1
Card sample
#cdfbbe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbbe;
Background color
Panel with #cdfbbe background
background-color: #cdfbbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbbe; background: linear-gradient(135deg, #cdfbbe, #BEFBD8);