#cffcbf
a pale, electric green · cool · closest name: beige
RGB
207, 252, 191
HSL
104°, 91%, 87%
CMYK
18, 0, 24, 1
Luminance
0.8665
Every format
| HEX | #cffcbf |
| RGB | rgb(207, 252, 191) |
| HSL | hsl(104, 91%, 87%) |
| CMYK | cmyk(18%, 0%, 24%, 1%) |
| LAB | lab(94.6 -25.3 24.6) |
| LCH | lch(94.6 35.3 135.7) |
| OKLCH | oklch(0.944 0.093 137.6) |
Copy-ready code
/* CSS */
color: #cffcbf;
background-color: #cffcbf;
/* Tailwind (arbitrary) */
class="text-[#cffcbf] bg-[#cffcbf]"
/* SCSS */
$brand: #cffcbf;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.749)
/* Android */
Color.parseColor("#cffcbf")Accessibility — WCAG contrast
Aa
#cffcbf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcbf on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue74.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow24.2%
Key (black)1.2%
Color previews
#cffcbf text on a black background
contrast 18.33:1
Card sample
#cffcbf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcbf;
Background color
Panel with #cffcbf background
background-color: #cffcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcbf; background: linear-gradient(135deg, #cffcbf, #BFFCD8);