#cdf0bf
a light, vivid green · cool · closest name: beige
RGB
205, 240, 191
HSL
103°, 62%, 85%
CMYK
15, 0, 20, 6
Luminance
0.7906
Every format
| HEX | #cdf0bf |
| RGB | rgb(205, 240, 191) |
| HSL | hsl(103, 62%, 85%) |
| CMYK | cmyk(15%, 0%, 20%, 6%) |
| LAB | lab(91.3 -20.1 20.0) |
| LCH | lch(91.3 28.4 135.2) |
| OKLCH | oklch(0.917 0.075 136.8) |
Copy-ready code
/* CSS */
color: #cdf0bf;
background-color: #cdf0bf;
/* Tailwind (arbitrary) */
class="text-[#cdf0bf] bg-[#cdf0bf]"
/* SCSS */
$brand: #cdf0bf;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.749)
/* Android */
Color.parseColor("#cdf0bf")Accessibility — WCAG contrast
Aa
#cdf0bf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf0bf on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue74.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow20.4%
Key (black)5.9%
Color previews
#cdf0bf text on a black background
contrast 16.81:1
Card sample
#cdf0bf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf0bf;
Background color
Panel with #cdf0bf background
background-color: #cdf0bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf0bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf0bf; background: linear-gradient(135deg, #cdf0bf, #BFF0D2);