#cdf5bf
a pale, vivid green · cool · closest name: beige
RGB
205, 245, 191
HSL
104°, 73%, 86%
CMYK
16, 0, 22, 4
Luminance
0.8205
Every format
| HEX | #cdf5bf |
| RGB | rgb(205, 245, 191) |
| HSL | hsl(104, 73%, 86%) |
| CMYK | cmyk(16%, 0%, 22%, 4%) |
| LAB | lab(92.6 -22.6 21.8) |
| LCH | lch(92.6 31.4 136.0) |
| OKLCH | oklch(0.928 0.083 137.7) |
Copy-ready code
/* CSS */
color: #cdf5bf;
background-color: #cdf5bf;
/* Tailwind (arbitrary) */
class="text-[#cdf5bf] bg-[#cdf5bf]"
/* SCSS */
$brand: #cdf5bf;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.749)
/* Android */
Color.parseColor("#cdf5bf")Accessibility — WCAG contrast
Aa
#cdf5bf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf5bf on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue74.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow22.0%
Key (black)3.9%
Color previews
#cdf5bf text on a black background
contrast 17.41:1
Card sample
#cdf5bf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf5bf;
Background color
Panel with #cdf5bf background
background-color: #cdf5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf5bf; background: linear-gradient(135deg, #cdf5bf, #BFF5D5);