#c2facf
a pale, electric green · cool · closest name: aquamarine
RGB
194, 250, 207
HSL
134°, 85%, 87%
CMYK
22, 0, 17, 2
Luminance
0.8435
Every format
| HEX | #c2facf |
| RGB | rgb(194, 250, 207) |
| HSL | hsl(134, 85%, 87%) |
| CMYK | cmyk(22%, 0%, 17%, 2%) |
| LAB | lab(93.6 -25.9 14.9) |
| LCH | lch(93.6 29.9 150.0) |
| OKLCH | oklch(0.935 0.081 151.7) |
Copy-ready code
/* CSS */
color: #c2facf;
background-color: #c2facf;
/* Tailwind (arbitrary) */
class="text-[#c2facf] bg-[#c2facf]"
/* SCSS */
$brand: #c2facf;
/* SwiftUI */
Color(red: 0.761, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#c2facf")Accessibility — WCAG contrast
Aa
#c2facf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2facf on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.0%
Blue81.2%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#c2facf text on a black background
contrast 17.87:1
Card sample
#c2facf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2facf;
Background color
Panel with #c2facf background
background-color: #c2facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2facf; background: linear-gradient(135deg, #c2facf, #C2FAF4);