#cdfbd2
a pale, electric green · cool · closest name: beige
RGB
205, 251, 210
HSL
127°, 85%, 89%
CMYK
18, 0, 16, 2
Luminance
0.8663
Every format
| HEX | #cdfbd2 |
| RGB | rgb(205, 251, 210) |
| HSL | hsl(127, 85%, 89%) |
| CMYK | cmyk(18%, 0%, 16%, 2%) |
| LAB | lab(94.6 -22.3 14.9) |
| LCH | lch(94.6 26.8 146.3) |
| OKLCH | oklch(0.945 0.072 148.0) |
Copy-ready code
/* CSS */
color: #cdfbd2;
background-color: #cdfbd2;
/* Tailwind (arbitrary) */
class="text-[#cdfbd2] bg-[#cdfbd2]"
/* SCSS */
$brand: #cdfbd2;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.824)
/* Android */
Color.parseColor("#cdfbd2")Accessibility — WCAG contrast
Aa
#cdfbd2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbd2 on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue82.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow16.3%
Key (black)1.6%
Color previews
#cdfbd2 text on a black background
contrast 18.33:1
Card sample
#cdfbd2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbd2;
Background color
Panel with #cdfbd2 background
background-color: #cdfbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbd2; background: linear-gradient(135deg, #cdfbd2, #CDFBF1);