#cdf7ca
a pale, vivid green · cool · closest name: beige
RGB
205, 247, 202
HSL
116°, 74%, 88%
CMYK
17, 0, 18, 3
Luminance
0.8376
Every format
| HEX | #cdf7ca |
| RGB | rgb(205, 247, 202) |
| HSL | hsl(116, 74%, 88%) |
| CMYK | cmyk(17%, 0%, 18%, 3%) |
| LAB | lab(93.3 -21.8 17.3) |
| LCH | lch(93.3 27.8 141.6) |
| OKLCH | oklch(0.935 0.074 143.2) |
Copy-ready code
/* CSS */
color: #cdf7ca;
background-color: #cdf7ca;
/* Tailwind (arbitrary) */
class="text-[#cdf7ca] bg-[#cdf7ca]"
/* SCSS */
$brand: #cdf7ca;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.792)
/* Android */
Color.parseColor("#cdf7ca")Accessibility — WCAG contrast
Aa
#cdf7ca on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf7ca on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue79.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow18.2%
Key (black)3.1%
Color previews
#cdf7ca text on a black background
contrast 17.75:1
Card sample
#cdf7ca text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf7ca;
Background color
Panel with #cdf7ca background
background-color: #cdf7ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf7ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf7ca; background: linear-gradient(135deg, #cdf7ca, #CAF7E5);