#cdf1cb
a pale, vivid green · cool · closest name: beige
RGB
205, 241, 203
HSL
117°, 58%, 87%
CMYK
15, 0, 16, 6
Luminance
0.8020
Every format
| HEX | #cdf1cb |
| RGB | rgb(205, 241, 203) |
| HSL | hsl(117, 58%, 87%) |
| CMYK | cmyk(15%, 0%, 16%, 6%) |
| LAB | lab(91.8 -18.6 14.5) |
| LCH | lch(91.8 23.6 142.1) |
| OKLCH | oklch(0.922 0.063 143.6) |
Copy-ready code
/* CSS */
color: #cdf1cb;
background-color: #cdf1cb;
/* Tailwind (arbitrary) */
class="text-[#cdf1cb] bg-[#cdf1cb]"
/* SCSS */
$brand: #cdf1cb;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.796)
/* Android */
Color.parseColor("#cdf1cb")Accessibility — WCAG contrast
Aa
#cdf1cb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf1cb on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue79.6%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow15.8%
Key (black)5.5%
Color previews
#cdf1cb text on a black background
contrast 17.04:1
Card sample
#cdf1cb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf1cb;
Background color
Panel with #cdf1cb background
background-color: #cdf1cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf1cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf1cb; background: linear-gradient(135deg, #cdf1cb, #CBF1E2);