#2cfbf1
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 251, 241
HSL
177°, 96%, 58%
CMYK
83, 0, 4, 2
Luminance
0.7588
Every format
| HEX | #2cfbf1 |
| RGB | rgb(44, 251, 241) |
| HSL | hsl(177, 96%, 58%) |
| CMYK | cmyk(83%, 0%, 4%, 2%) |
| LAB | lab(89.8 -48.7 -8.8) |
| LCH | lch(89.8 49.5 190.2) |
| OKLCH | oklch(0.894 0.149 189.5) |
Copy-ready code
/* CSS */
color: #2cfbf1;
background-color: #2cfbf1;
/* Tailwind (arbitrary) */
class="text-[#2cfbf1] bg-[#2cfbf1]"
/* SCSS */
$brand: #2cfbf1;
/* SwiftUI */
Color(red: 0.173, green: 0.984, blue: 0.945)
/* Android */
Color.parseColor("#2cfbf1")Accessibility — WCAG contrast
Aa
#2cfbf1 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfbf1 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.4%
Blue94.5%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow4.0%
Key (black)1.6%
Color previews
#2cfbf1 text on a black background
contrast 16.18:1
Card sample
#2cfbf1 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfbf1;
Background color
Panel with #2cfbf1 background
background-color: #2cfbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 251, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 251, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfbf1; background: linear-gradient(135deg, #2cfbf1, #2C7BFB);