#cffdbf
a pale, electric green · cool · closest name: beige
RGB
207, 253, 191
HSL
105°, 94%, 87%
CMYK
18, 0, 25, 1
Luminance
0.8728
Every format
| HEX | #cffdbf |
| RGB | rgb(207, 253, 191) |
| HSL | hsl(105, 94%, 87%) |
| CMYK | cmyk(18%, 0%, 25%, 1%) |
| LAB | lab(94.9 -25.7 25.0) |
| LCH | lch(94.9 35.9 135.8) |
| OKLCH | oklch(0.947 0.094 137.7) |
Copy-ready code
/* CSS */
color: #cffdbf;
background-color: #cffdbf;
/* Tailwind (arbitrary) */
class="text-[#cffdbf] bg-[#cffdbf]"
/* SCSS */
$brand: #cffdbf;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#cffdbf")Accessibility — WCAG contrast
Aa
#cffdbf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffdbf on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue74.9%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#cffdbf text on a black background
contrast 18.46:1
Card sample
#cffdbf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffdbf;
Background color
Panel with #cffdbf background
background-color: #cffdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffdbf; background: linear-gradient(135deg, #cffdbf, #BFFDD8);