#cdf7bf
a pale, electric green · cool · closest name: beige
RGB
205, 247, 191
HSL
105°, 78%, 86%
CMYK
17, 0, 23, 3
Luminance
0.8326
Every format
| HEX | #cdf7bf |
| RGB | rgb(205, 247, 191) |
| HSL | hsl(105, 78%, 86%) |
| CMYK | cmyk(17%, 0%, 23%, 3%) |
| LAB | lab(93.1 -23.5 22.6) |
| LCH | lch(93.1 32.6 136.2) |
| OKLCH | oklch(0.932 0.086 137.9) |
Copy-ready code
/* CSS */
color: #cdf7bf;
background-color: #cdf7bf;
/* Tailwind (arbitrary) */
class="text-[#cdf7bf] bg-[#cdf7bf]"
/* SCSS */
$brand: #cdf7bf;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.749)
/* Android */
Color.parseColor("#cdf7bf")Accessibility — WCAG contrast
Aa
#cdf7bf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf7bf on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue74.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow22.7%
Key (black)3.1%
Color previews
#cdf7bf text on a black background
contrast 17.65:1
Card sample
#cdf7bf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf7bf;
Background color
Panel with #cdf7bf background
background-color: #cdf7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf7bf; background: linear-gradient(135deg, #cdf7bf, #BFF7D6);