#3eefec
a balanced, electric cyan · cool · closest name: cyan
RGB
62, 239, 236
HSL
179°, 85%, 59%
CMYK
74, 0, 1, 6
Luminance
0.6881
Every format
| HEX | #3eefec |
| RGB | rgb(62, 239, 236) |
| HSL | hsl(179, 85%, 59%) |
| CMYK | cmyk(74%, 0%, 1%, 6%) |
| LAB | lab(86.4 -43.3 -11.2) |
| LCH | lch(86.4 44.7 194.5) |
| OKLCH | oklch(0.867 0.137 193.2) |
Copy-ready code
/* CSS */
color: #3eefec;
background-color: #3eefec;
/* Tailwind (arbitrary) */
class="text-[#3eefec] bg-[#3eefec]"
/* SCSS */
$brand: #3eefec;
/* SwiftUI */
Color(red: 0.243, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#3eefec")Accessibility — WCAG contrast
Aa
#3eefec on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eefec on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.7%
Blue92.5%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#3eefec text on a black background
contrast 14.76:1
Card sample
#3eefec text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eefec;
Background color
Panel with #3eefec background
background-color: #3eefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eefec; background: linear-gradient(135deg, #3eefec, #3E7CEF);