#2cfcbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 252, 188
HSL
162°, 97%, 58%
CMYK
83, 0, 25, 1
Luminance
0.7379
Every format
| HEX | #2cfcbc |
| RGB | rgb(44, 252, 188) |
| HSL | hsl(162, 97%, 58%) |
| CMYK | cmyk(83%, 0%, 25%, 1%) |
| LAB | lab(88.8 -62.3 17.3) |
| LCH | lch(88.8 64.7 164.5) |
| OKLCH | oklch(0.882 0.177 165.6) |
Copy-ready code
/* CSS */
color: #2cfcbc;
background-color: #2cfcbc;
/* Tailwind (arbitrary) */
class="text-[#2cfcbc] bg-[#2cfcbc]"
/* SCSS */
$brand: #2cfcbc;
/* SwiftUI */
Color(red: 0.173, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#2cfcbc")Accessibility — WCAG contrast
Aa
#2cfcbc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfcbc on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.8%
Blue73.7%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#2cfcbc text on a black background
contrast 15.76:1
Card sample
#2cfcbc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfcbc;
Background color
Panel with #2cfcbc background
background-color: #2cfcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfcbc; background: linear-gradient(135deg, #2cfcbc, #2CB1FC);