#3eeceb
a balanced, electric cyan · cool · closest name: cyan
RGB
62, 236, 235
HSL
180°, 82%, 58%
CMYK
74, 0, 0, 8
Luminance
0.6701
Every format
| HEX | #3eeceb |
| RGB | rgb(62, 236, 235) |
| HSL | hsl(180, 82%, 58%) |
| CMYK | cmyk(74%, 0%, 0%, 8%) |
| LAB | lab(85.5 -42.2 -12.0) |
| LCH | lch(85.5 43.9 195.9) |
| OKLCH | oklch(0.859 0.135 194.3) |
Copy-ready code
/* CSS */
color: #3eeceb;
background-color: #3eeceb;
/* Tailwind (arbitrary) */
class="text-[#3eeceb] bg-[#3eeceb]"
/* SCSS */
$brand: #3eeceb;
/* SwiftUI */
Color(red: 0.243, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#3eeceb")Accessibility — WCAG contrast
Aa
#3eeceb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eeceb on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.5%
Blue92.2%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#3eeceb text on a black background
contrast 14.40:1
Card sample
#3eeceb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eeceb;
Background color
Panel with #3eeceb background
background-color: #3eeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eeceb; background: linear-gradient(135deg, #3eeceb, #3E79EC);