#2cfbd7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 251, 215
HSL
170°, 96%, 58%
CMYK
83, 0, 14, 2
Luminance
0.7444
Every format
| HEX | #2cfbd7 |
| RGB | rgb(44, 251, 215) |
| HSL | hsl(170, 96%, 58%) |
| CMYK | cmyk(83%, 0%, 14%, 2%) |
| LAB | lab(89.1 -55.5 3.7) |
| LCH | lch(89.1 55.6 176.1) |
| OKLCH | oklch(0.886 0.158 176.7) |
Copy-ready code
/* CSS */
color: #2cfbd7;
background-color: #2cfbd7;
/* Tailwind (arbitrary) */
class="text-[#2cfbd7] bg-[#2cfbd7]"
/* SCSS */
$brand: #2cfbd7;
/* SwiftUI */
Color(red: 0.173, green: 0.984, blue: 0.843)
/* Android */
Color.parseColor("#2cfbd7")Accessibility — WCAG contrast
Aa
#2cfbd7 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfbd7 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.4%
Blue84.3%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow14.3%
Key (black)1.6%
Color previews
#2cfbd7 text on a black background
contrast 15.89:1
Card sample
#2cfbd7 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfbd7;
Background color
Panel with #2cfbd7 background
background-color: #2cfbd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfbd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 251, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 251, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfbd7; background: linear-gradient(135deg, #2cfbd7, #2C95FB);