#2cfeef
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 254, 239
HSL
176°, 99%, 58%
CMYK
83, 0, 6, 0
Luminance
0.7765
Every format
| HEX | #2cfeef |
| RGB | rgb(44, 254, 239) |
| HSL | hsl(176, 99%, 58%) |
| CMYK | cmyk(83%, 0%, 6%, 0%) |
| LAB | lab(90.6 -50.5 -6.5) |
| LCH | lch(90.6 50.9 187.4) |
| OKLCH | oklch(0.901 0.151 187.0) |
Copy-ready code
/* CSS */
color: #2cfeef;
background-color: #2cfeef;
/* Tailwind (arbitrary) */
class="text-[#2cfeef] bg-[#2cfeef]"
/* SCSS */
$brand: #2cfeef;
/* SwiftUI */
Color(red: 0.173, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#2cfeef")Accessibility — WCAG contrast
Aa
#2cfeef on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfeef on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green99.6%
Blue93.7%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#2cfeef text on a black background
contrast 16.53:1
Card sample
#2cfeef text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfeef;
Background color
Panel with #2cfeef background
background-color: #2cfeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfeef; background: linear-gradient(135deg, #2cfeef, #2C81FE);