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