#2cfffe
a balanced, electric cyan · cool · “cyan”
RGB
44, 255, 254
HSL
180°, 100%, 59%
CMYK
83, 0, 0, 0
Luminance
0.7921
Every format
| HEX | #2cfffe |
| RGB | rgb(44, 255, 254) |
| HSL | hsl(180, 100%, 59%) |
| CMYK | cmyk(83%, 0%, 0%, 0%) |
| LAB | lab(91.3 -46.8 -13.3) |
| LCH | lch(91.3 48.6 195.8) |
| OKLCH | oklch(0.908 0.149 194.3) |
Copy-ready code
/* CSS */
color: #2cfffe;
background-color: #2cfffe;
/* Tailwind (arbitrary) */
class="text-[#2cfffe] bg-[#2cfffe]"
/* SCSS */
$brand: #2cfffe;
/* SwiftUI */
Color(red: 0.173, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#2cfffe")Accessibility — WCAG contrast
Aa
#2cfffe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfffe on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green100.0%
Blue99.6%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#2cfffe text on a black background
contrast 16.84:1
Card sample
#2cfffe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfffe;
Background color
Panel with #2cfffe background
background-color: #2cfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfffe; background: linear-gradient(135deg, #2cfffe, #2C73FF);