#cdf2be
a light, vivid green · cool · closest name: beige
RGB
205, 242, 190
HSL
103°, 67%, 85%
CMYK
15, 0, 22, 5
Luminance
0.8020
Every format
| HEX | #cdf2be |
| RGB | rgb(205, 242, 190) |
| HSL | hsl(103, 67%, 85%) |
| CMYK | cmyk(15%, 0%, 22%, 5%) |
| LAB | lab(91.8 -21.3 21.2) |
| LCH | lch(91.8 30.1 135.1) |
| OKLCH | oklch(0.921 0.079 136.7) |
Copy-ready code
/* CSS */
color: #cdf2be;
background-color: #cdf2be;
/* Tailwind (arbitrary) */
class="text-[#cdf2be] bg-[#cdf2be]"
/* SCSS */
$brand: #cdf2be;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.745)
/* Android */
Color.parseColor("#cdf2be")Accessibility — WCAG contrast
Aa
#cdf2be on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf2be on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue74.5%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow21.5%
Key (black)5.1%
Color previews
#cdf2be text on a black background
contrast 17.04:1
Card sample
#cdf2be text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf2be;
Background color
Panel with #cdf2be background
background-color: #cdf2be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf2be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf2be; background: linear-gradient(135deg, #cdf2be, #BEF2D2);