#2cfefc
a balanced, electric cyan · cool · “cyan”
RGB
44, 254, 252
HSL
179°, 99%, 58%
CMYK
83, 0, 1, 0
Luminance
0.7845
Every format
| HEX | #2cfefc |
| RGB | rgb(44, 254, 252) |
| HSL | hsl(179, 99%, 58%) |
| CMYK | cmyk(83%, 0%, 1%, 0%) |
| LAB | lab(91.0 -46.9 -12.8) |
| LCH | lch(91.0 48.6 195.2) |
| OKLCH | oklch(0.905 0.149 193.8) |
Copy-ready code
/* CSS */
color: #2cfefc;
background-color: #2cfefc;
/* Tailwind (arbitrary) */
class="text-[#2cfefc] bg-[#2cfefc]"
/* SCSS */
$brand: #2cfefc;
/* SwiftUI */
Color(red: 0.173, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#2cfefc")Accessibility — WCAG contrast
Aa
#2cfefc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfefc on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green99.6%
Blue98.8%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#2cfefc text on a black background
contrast 16.69:1
Card sample
#2cfefc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfefc;
Background color
Panel with #2cfefc background
background-color: #2cfefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfefc; background: linear-gradient(135deg, #2cfefc, #2C74FE);