#c7f5d6
a pale, vivid green · cool · closest name: beige
RGB
199, 245, 214
HSL
140°, 70%, 87%
CMYK
19, 0, 13, 4
Luminance
0.8230
Every format
| HEX | #c7f5d6 |
| RGB | rgb(199, 245, 214) |
| HSL | hsl(140, 70%, 87%) |
| CMYK | cmyk(19%, 0%, 13%, 4%) |
| LAB | lab(92.7 -20.6 10.1) |
| LCH | lch(92.7 23.0 153.9) |
| OKLCH | oklch(0.930 0.063 155.5) |
Copy-ready code
/* CSS */
color: #c7f5d6;
background-color: #c7f5d6;
/* Tailwind (arbitrary) */
class="text-[#c7f5d6] bg-[#c7f5d6]"
/* SCSS */
$brand: #c7f5d6;
/* SwiftUI */
Color(red: 0.780, green: 0.961, blue: 0.839)
/* Android */
Color.parseColor("#c7f5d6")Accessibility — WCAG contrast
Aa
#c7f5d6 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f5d6 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green96.1%
Blue83.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow12.7%
Key (black)3.9%
Color previews
#c7f5d6 text on a black background
contrast 17.46:1
Card sample
#c7f5d6 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f5d6;
Background color
Panel with #c7f5d6 background
background-color: #c7f5d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f5d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 245, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 245, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f5d6; background: linear-gradient(135deg, #c7f5d6, #C7F5F5);