#3eedcb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
62, 237, 203
HSL
168°, 83%, 59%
CMYK
74, 0, 14, 7
Luminance
0.6590
Every format
| HEX | #3eedcb |
| RGB | rgb(62, 237, 203) |
| HSL | hsl(168, 83%, 59%) |
| CMYK | cmyk(74%, 0%, 14%, 7%) |
| LAB | lab(84.9 -51.1 4.0) |
| LCH | lch(84.9 51.3 175.5) |
| OKLCH | oklch(0.852 0.146 176.2) |
Copy-ready code
/* CSS */
color: #3eedcb;
background-color: #3eedcb;
/* Tailwind (arbitrary) */
class="text-[#3eedcb] bg-[#3eedcb]"
/* SCSS */
$brand: #3eedcb;
/* SwiftUI */
Color(red: 0.243, green: 0.929, blue: 0.796)
/* Android */
Color.parseColor("#3eedcb")Accessibility — WCAG contrast
Aa
#3eedcb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eedcb on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.9%
Blue79.6%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow14.3%
Key (black)7.1%
Color previews
#3eedcb text on a black background
contrast 14.18:1
Card sample
#3eedcb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eedcb;
Background color
Panel with #3eedcb background
background-color: #3eedcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eedcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 237, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 237, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eedcb; background: linear-gradient(135deg, #3eedcb, #3E9AED);