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