#2cffee
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 255, 238
HSL
175°, 100%, 59%
CMYK
83, 0, 7, 0
Luminance
0.7823
Every format
| HEX | #2cffee |
| RGB | rgb(44, 255, 238) |
| HSL | hsl(175, 100%, 59%) |
| CMYK | cmyk(83%, 0%, 7%, 0%) |
| LAB | lab(90.9 -51.2 -5.6) |
| LCH | lch(90.9 51.5 186.3) |
| OKLCH | oklch(0.903 0.152 186.0) |
Copy-ready code
/* CSS */
color: #2cffee;
background-color: #2cffee;
/* Tailwind (arbitrary) */
class="text-[#2cffee] bg-[#2cffee]"
/* SCSS */
$brand: #2cffee;
/* SwiftUI */
Color(red: 0.173, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#2cffee")Accessibility — WCAG contrast
Aa
#2cffee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cffee on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green100.0%
Blue93.3%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#2cffee text on a black background
contrast 16.65:1
Card sample
#2cffee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cffee;
Background color
Panel with #2cffee background
background-color: #2cffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cffee; background: linear-gradient(135deg, #2cffee, #2C83FF);