#c0fac7
a pale, electric green · cool · closest name: aquamarine
RGB
192, 250, 199
HSL
127°, 85%, 87%
CMYK
23, 0, 20, 2
Luminance
0.8370
Every format
| HEX | #c0fac7 |
| RGB | rgb(192, 250, 199) |
| HSL | hsl(127, 85%, 87%) |
| CMYK | cmyk(23%, 0%, 20%, 2%) |
| LAB | lab(93.3 -27.9 18.6) |
| LCH | lch(93.3 33.6 146.3) |
| OKLCH | oklch(0.932 0.090 148.0) |
Copy-ready code
/* CSS */
color: #c0fac7;
background-color: #c0fac7;
/* Tailwind (arbitrary) */
class="text-[#c0fac7] bg-[#c0fac7]"
/* SCSS */
$brand: #c0fac7;
/* SwiftUI */
Color(red: 0.753, green: 0.980, blue: 0.780)
/* Android */
Color.parseColor("#c0fac7")Accessibility — WCAG contrast
Aa
#c0fac7 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fac7 on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green98.0%
Blue78.0%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow20.4%
Key (black)2.0%
Color previews
#c0fac7 text on a black background
contrast 17.74:1
Card sample
#c0fac7 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fac7;
Background color
Panel with #c0fac7 background
background-color: #c0fac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 250, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 250, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fac7; background: linear-gradient(135deg, #c0fac7, #C0FAEE);