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