#cffcda
a pale, electric green · cool · closest name: beige
RGB
207, 252, 218
HSL
135°, 88%, 90%
CMYK
18, 0, 14, 1
Luminance
0.8795
Every format
| HEX | #cffcda |
| RGB | rgb(207, 252, 218) |
| HSL | hsl(135, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 14%, 1%) |
| LAB | lab(95.1 -20.7 11.6) |
| LCH | lch(95.1 23.8 150.8) |
| OKLCH | oklch(0.951 0.065 152.5) |
Copy-ready code
/* CSS */
color: #cffcda;
background-color: #cffcda;
/* Tailwind (arbitrary) */
class="text-[#cffcda] bg-[#cffcda]"
/* SCSS */
$brand: #cffcda;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#cffcda")Accessibility — WCAG contrast
Aa
#cffcda on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcda on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue85.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#cffcda text on a black background
contrast 18.59:1
Card sample
#cffcda text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcda;
Background color
Panel with #cffcda background
background-color: #cffcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcda; background: linear-gradient(135deg, #cffcda, #CFFCF8);