#2cefee
a balanced, electric cyan · cool · closest name: cyan
RGB
44, 239, 238
HSL
180°, 86%, 56%
CMYK
82, 0, 0, 6
Luminance
0.6844
Every format
| HEX | #2cefee |
| RGB | rgb(44, 239, 238) |
| HSL | hsl(180, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 0%, 6%) |
| LAB | lab(86.2 -44.3 -12.6) |
| LCH | lch(86.2 46.0 195.8) |
| OKLCH | oklch(0.865 0.142 194.3) |
Copy-ready code
/* CSS */
color: #2cefee;
background-color: #2cefee;
/* Tailwind (arbitrary) */
class="text-[#2cefee] bg-[#2cefee]"
/* SCSS */
$brand: #2cefee;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.933)
/* Android */
Color.parseColor("#2cefee")Accessibility — WCAG contrast
Aa
#2cefee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cefee on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue93.3%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow0.4%
Key (black)6.3%
Color previews
#2cefee text on a black background
contrast 14.69:1
Card sample
#2cefee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cefee;
Background color
Panel with #2cefee background
background-color: #2cefee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cefee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cefee; background: linear-gradient(135deg, #2cefee, #2C6EEF);