#cdf3be
a light, vivid green · cool · closest name: beige
RGB
205, 243, 190
HSL
103°, 69%, 85%
CMYK
16, 0, 22, 5
Luminance
0.8080
Every format
| HEX | #cdf3be |
| RGB | rgb(205, 243, 190) |
| HSL | hsl(103, 69%, 85%) |
| CMYK | cmyk(16%, 0%, 22%, 5%) |
| LAB | lab(92.0 -21.8 21.6) |
| LCH | lch(92.0 30.7 135.2) |
| OKLCH | oklch(0.924 0.081 136.9) |
Copy-ready code
/* CSS */
color: #cdf3be;
background-color: #cdf3be;
/* Tailwind (arbitrary) */
class="text-[#cdf3be] bg-[#cdf3be]"
/* SCSS */
$brand: #cdf3be;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.745)
/* Android */
Color.parseColor("#cdf3be")Accessibility — WCAG contrast
Aa
#cdf3be on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf3be on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue74.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow21.8%
Key (black)4.7%
Color previews
#cdf3be text on a black background
contrast 17.16:1
Card sample
#cdf3be text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf3be;
Background color
Panel with #cdf3be background
background-color: #cdf3be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf3be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf3be; background: linear-gradient(135deg, #cdf3be, #BEF3D2);