#cdf4bb
a light, vivid green · cool · closest name: beige
RGB
205, 244, 187
HSL
101°, 72%, 85%
CMYK
16, 0, 23, 4
Luminance
0.8127
Every format
| HEX | #cdf4bb |
| RGB | rgb(205, 244, 187) |
| HSL | hsl(101, 72%, 85%) |
| CMYK | cmyk(16%, 0%, 23%, 4%) |
| LAB | lab(92.3 -22.7 23.4) |
| LCH | lch(92.3 32.6 134.2) |
| OKLCH | oklch(0.925 0.086 135.9) |
Copy-ready code
/* CSS */
color: #cdf4bb;
background-color: #cdf4bb;
/* Tailwind (arbitrary) */
class="text-[#cdf4bb] bg-[#cdf4bb]"
/* SCSS */
$brand: #cdf4bb;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.733)
/* Android */
Color.parseColor("#cdf4bb")Accessibility — WCAG contrast
Aa
#cdf4bb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4bb on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue73.3%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow23.4%
Key (black)4.3%
Color previews
#cdf4bb text on a black background
contrast 17.25:1
Card sample
#cdf4bb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4bb;
Background color
Panel with #cdf4bb background
background-color: #cdf4bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4bb; background: linear-gradient(135deg, #cdf4bb, #BBF4CF);