#cdf1b8
a light, vivid green · cool · closest name: beige
RGB
205, 241, 184
HSL
98°, 67%, 83%
CMYK
15, 0, 24, 6
Luminance
0.7935
Every format
| HEX | #cdf1b8 |
| RGB | rgb(205, 241, 184) |
| HSL | hsl(98, 67%, 83%) |
| CMYK | cmyk(15%, 0%, 24%, 6%) |
| LAB | lab(91.4 -21.7 23.8) |
| LCH | lch(91.4 32.2 132.4) |
| OKLCH | oklch(0.918 0.084 134.2) |
Copy-ready code
/* CSS */
color: #cdf1b8;
background-color: #cdf1b8;
/* Tailwind (arbitrary) */
class="text-[#cdf1b8] bg-[#cdf1b8]"
/* SCSS */
$brand: #cdf1b8;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.722)
/* Android */
Color.parseColor("#cdf1b8")Accessibility — WCAG contrast
Aa
#cdf1b8 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf1b8 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue72.2%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow23.7%
Key (black)5.5%
Color previews
#cdf1b8 text on a black background
contrast 16.87:1
Card sample
#cdf1b8 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf1b8;
Background color
Panel with #cdf1b8 background
background-color: #cdf1b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf1b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf1b8; background: linear-gradient(135deg, #cdf1b8, #B8F1C9);