#cffbda
a pale, electric green · cool · closest name: beige
RGB
207, 251, 218
HSL
135°, 85%, 90%
CMYK
18, 0, 13, 2
Luminance
0.8732
Every format
| HEX | #cffbda |
| RGB | rgb(207, 251, 218) |
| HSL | hsl(135, 85%, 90%) |
| CMYK | cmyk(18%, 0%, 13%, 2%) |
| LAB | lab(94.9 -20.3 11.2) |
| LCH | lch(94.9 23.1 151.1) |
| OKLCH | oklch(0.948 0.063 152.7) |
Copy-ready code
/* CSS */
color: #cffbda;
background-color: #cffbda;
/* Tailwind (arbitrary) */
class="text-[#cffbda] bg-[#cffbda]"
/* SCSS */
$brand: #cffbda;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.855)
/* Android */
Color.parseColor("#cffbda")Accessibility — WCAG contrast
Aa
#cffbda on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffbda on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue85.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow13.1%
Key (black)1.6%
Color previews
#cffbda text on a black background
contrast 18.46:1
Card sample
#cffbda text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffbda;
Background color
Panel with #cffbda background
background-color: #cffbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffbda; background: linear-gradient(135deg, #cffbda, #CFFBF7);