#cdf4cb
a pale, vivid green · cool · closest name: beige
RGB
205, 244, 203
HSL
117°, 65%, 88%
CMYK
16, 0, 17, 4
Luminance
0.8199
Every format
| HEX | #cdf4cb |
| RGB | rgb(205, 244, 203) |
| HSL | hsl(117, 65%, 88%) |
| CMYK | cmyk(16%, 0%, 17%, 4%) |
| LAB | lab(92.6 -20.1 15.6) |
| LCH | lch(92.6 25.5 142.1) |
| OKLCH | oklch(0.929 0.068 143.7) |
Copy-ready code
/* CSS */
color: #cdf4cb;
background-color: #cdf4cb;
/* Tailwind (arbitrary) */
class="text-[#cdf4cb] bg-[#cdf4cb]"
/* SCSS */
$brand: #cdf4cb;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.796)
/* Android */
Color.parseColor("#cdf4cb")Accessibility — WCAG contrast
Aa
#cdf4cb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4cb on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue79.6%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow16.8%
Key (black)4.3%
Color previews
#cdf4cb text on a black background
contrast 17.40:1
Card sample
#cdf4cb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4cb;
Background color
Panel with #cdf4cb background
background-color: #cdf4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4cb; background: linear-gradient(135deg, #cdf4cb, #CBF4E4);