#c7fcdc
a pale, electric green · cool · closest name: beige
RGB
199, 252, 220
HSL
144°, 90%, 88%
CMYK
21, 0, 13, 1
Luminance
0.8693
Every format
| HEX | #c7fcdc |
| RGB | rgb(199, 252, 220) |
| HSL | hsl(144, 90%, 88%) |
| CMYK | cmyk(21%, 0%, 13%, 1%) |
| LAB | lab(94.7 -22.9 9.9) |
| LCH | lch(94.7 24.9 156.7) |
| OKLCH | oklch(0.946 0.069 158.3) |
Copy-ready code
/* CSS */
color: #c7fcdc;
background-color: #c7fcdc;
/* Tailwind (arbitrary) */
class="text-[#c7fcdc] bg-[#c7fcdc]"
/* SCSS */
$brand: #c7fcdc;
/* SwiftUI */
Color(red: 0.780, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#c7fcdc")Accessibility — WCAG contrast
Aa
#c7fcdc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fcdc on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.8%
Blue86.3%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#c7fcdc text on a black background
contrast 18.39:1
Card sample
#c7fcdc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fcdc;
Background color
Panel with #c7fcdc background
background-color: #c7fcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fcdc; background: linear-gradient(135deg, #c7fcdc, #C7F9FC);