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