#2cfcce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 252, 206
HSL
167°, 97%, 58%
CMYK
83, 0, 18, 1
Luminance
0.7461
Every format
| HEX | #2cfcce |
| RGB | rgb(44, 252, 206) |
| HSL | hsl(167, 97%, 58%) |
| CMYK | cmyk(83%, 0%, 18%, 1%) |
| LAB | lab(89.2 -58.1 8.5) |
| LCH | lch(89.2 58.8 171.7) |
| OKLCH | oklch(0.886 0.165 172.4) |
Copy-ready code
/* CSS */
color: #2cfcce;
background-color: #2cfcce;
/* Tailwind (arbitrary) */
class="text-[#2cfcce] bg-[#2cfcce]"
/* SCSS */
$brand: #2cfcce;
/* SwiftUI */
Color(red: 0.173, green: 0.988, blue: 0.808)
/* Android */
Color.parseColor("#2cfcce")Accessibility — WCAG contrast
Aa
#2cfcce on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfcce on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.8%
Blue80.8%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow18.3%
Key (black)1.2%
Color previews
#2cfcce text on a black background
contrast 15.92:1
Card sample
#2cfcce text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfcce;
Background color
Panel with #2cfcce background
background-color: #2cfcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 252, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 252, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfcce; background: linear-gradient(135deg, #2cfcce, #2C9FFC);