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