#cdf3bf
a pale, vivid green · cool · closest name: beige
RGB
205, 243, 191
HSL
104°, 68%, 85%
CMYK
16, 0, 21, 5
Luminance
0.8084
Every format
| HEX | #cdf3bf |
| RGB | rgb(205, 243, 191) |
| HSL | hsl(104, 68%, 85%) |
| CMYK | cmyk(16%, 0%, 21%, 5%) |
| LAB | lab(92.1 -21.6 21.1) |
| LCH | lch(92.1 30.2 135.7) |
| OKLCH | oklch(0.924 0.080 137.3) |
Copy-ready code
/* CSS */
color: #cdf3bf;
background-color: #cdf3bf;
/* Tailwind (arbitrary) */
class="text-[#cdf3bf] bg-[#cdf3bf]"
/* SCSS */
$brand: #cdf3bf;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.749)
/* Android */
Color.parseColor("#cdf3bf")Accessibility — WCAG contrast
Aa
#cdf3bf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf3bf on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue74.9%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow21.4%
Key (black)4.7%
Color previews
#cdf3bf text on a black background
contrast 17.17:1
Card sample
#cdf3bf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf3bf;
Background color
Panel with #cdf3bf background
background-color: #cdf3bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf3bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf3bf; background: linear-gradient(135deg, #cdf3bf, #BFF3D4);