#cdf4be
a pale, vivid green · cool · closest name: beige
RGB
205, 244, 190
HSL
103°, 71%, 85%
CMYK
16, 0, 22, 4
Luminance
0.8140
Every format
| HEX | #cdf4be |
| RGB | rgb(205, 244, 190) |
| HSL | hsl(103, 71%, 85%) |
| CMYK | cmyk(16%, 0%, 22%, 4%) |
| LAB | lab(92.3 -22.3 22.0) |
| LCH | lch(92.3 31.3 135.4) |
| OKLCH | oklch(0.926 0.082 137.1) |
Copy-ready code
/* CSS */
color: #cdf4be;
background-color: #cdf4be;
/* Tailwind (arbitrary) */
class="text-[#cdf4be] bg-[#cdf4be]"
/* SCSS */
$brand: #cdf4be;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.745)
/* Android */
Color.parseColor("#cdf4be")Accessibility — WCAG contrast
Aa
#cdf4be on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4be on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue74.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow22.1%
Key (black)4.3%
Color previews
#cdf4be text on a black background
contrast 17.28:1
Card sample
#cdf4be text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4be;
Background color
Panel with #cdf4be background
background-color: #cdf4be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4be; background: linear-gradient(135deg, #cdf4be, #BEF4D3);