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