#2cfcf7
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 252, 247
HSL
179°, 97%, 58%
CMYK
83, 0, 2, 1
Luminance
0.7687
Every format
| HEX | #2cfcf7 |
| RGB | rgb(44, 252, 247) |
| HSL | hsl(179, 97%, 58%) |
| CMYK | cmyk(83%, 0%, 2%, 1%) |
| LAB | lab(90.3 -47.4 -11.2) |
| LCH | lch(90.3 48.7 193.3) |
| OKLCH | oklch(0.898 0.148 192.2) |
Copy-ready code
/* CSS */
color: #2cfcf7;
background-color: #2cfcf7;
/* Tailwind (arbitrary) */
class="text-[#2cfcf7] bg-[#2cfcf7]"
/* SCSS */
$brand: #2cfcf7;
/* SwiftUI */
Color(red: 0.173, green: 0.988, blue: 0.969)
/* Android */
Color.parseColor("#2cfcf7")Accessibility — WCAG contrast
Aa
#2cfcf7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfcf7 on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.8%
Blue96.9%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow2.0%
Key (black)1.2%
Color previews
#2cfcf7 text on a black background
contrast 16.37:1
Card sample
#2cfcf7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfcf7;
Background color
Panel with #2cfcf7 background
background-color: #2cfcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 252, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 252, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfcf7; background: linear-gradient(135deg, #2cfcf7, #2C76FC);