#2cfcff
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 252, 255
HSL
181°, 100%, 59%
CMYK
83, 1, 0, 0
Luminance
0.7738
Every format
| HEX | #2cfcff |
| RGB | rgb(44, 252, 255) |
| HSL | hsl(181, 100%, 59%) |
| CMYK | cmyk(83%, 1%, 0%, 0%) |
| LAB | lab(90.5 -45.2 -15.0) |
| LCH | lch(90.5 47.6 198.4) |
| OKLCH | oklch(0.901 0.148 196.4) |
Copy-ready code
/* CSS */
color: #2cfcff;
background-color: #2cfcff;
/* Tailwind (arbitrary) */
class="text-[#2cfcff] bg-[#2cfcff]"
/* SCSS */
$brand: #2cfcff;
/* SwiftUI */
Color(red: 0.173, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#2cfcff")Accessibility — WCAG contrast
Aa
#2cfcff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfcff on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.8%
Blue100.0%
CMYK percentages
Cyan82.7%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#2cfcff text on a black background
contrast 16.48:1
Card sample
#2cfcff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfcff;
Background color
Panel with #2cfcff background
background-color: #2cfcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfcff; background: linear-gradient(135deg, #2cfcff, #2C6FFF);