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