#cdf1bf
a light, vivid green · cool · closest name: beige
RGB
205, 241, 191
HSL
103°, 64%, 85%
CMYK
15, 0, 21, 6
Luminance
0.7965
Every format
| HEX | #cdf1bf |
| RGB | rgb(205, 241, 191) |
| HSL | hsl(103, 64%, 85%) |
| CMYK | cmyk(15%, 0%, 21%, 6%) |
| LAB | lab(91.5 -20.6 20.4) |
| LCH | lch(91.5 29.0 135.4) |
| OKLCH | oklch(0.919 0.076 137.0) |
Copy-ready code
/* CSS */
color: #cdf1bf;
background-color: #cdf1bf;
/* Tailwind (arbitrary) */
class="text-[#cdf1bf] bg-[#cdf1bf]"
/* SCSS */
$brand: #cdf1bf;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.749)
/* Android */
Color.parseColor("#cdf1bf")Accessibility — WCAG contrast
Aa
#cdf1bf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf1bf on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue74.9%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow20.7%
Key (black)5.5%
Color previews
#cdf1bf text on a black background
contrast 16.93:1
Card sample
#cdf1bf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf1bf;
Background color
Panel with #cdf1bf background
background-color: #cdf1bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf1bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf1bf; background: linear-gradient(135deg, #cdf1bf, #BFF1D2);