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