#3ee3d4
a balanced, vivid cyan · cool · “turquoise”
RGB
62, 227, 212
HSL
175°, 75%, 57%
CMYK
73, 0, 7, 11
Luminance
0.6072
Every format
| HEX | #3ee3d4 |
| RGB | rgb(62, 227, 212) |
| HSL | hsl(175, 75%, 57%) |
| CMYK | cmyk(73%, 0%, 7%, 11%) |
| LAB | lab(82.2 -44.6 -4.7) |
| LCH | lch(82.2 44.8 186.1) |
| OKLCH | oklch(0.830 0.133 185.9) |
Copy-ready code
/* CSS */
color: #3ee3d4;
background-color: #3ee3d4;
/* Tailwind (arbitrary) */
class="text-[#3ee3d4] bg-[#3ee3d4]"
/* SCSS */
$brand: #3ee3d4;
/* SwiftUI */
Color(red: 0.243, green: 0.890, blue: 0.831)
/* Android */
Color.parseColor("#3ee3d4")Accessibility — WCAG contrast
Aa
#3ee3d4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ee3d4 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green89.0%
Blue83.1%
CMYK percentages
Cyan72.7%
Magenta0.0%
Yellow6.6%
Key (black)11.0%
Color previews
#3ee3d4 text on a black background
contrast 13.14:1
Card sample
#3ee3d4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ee3d4;
Background color
Panel with #3ee3d4 background
background-color: #3ee3d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ee3d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 227, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 227, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ee3d4; background: linear-gradient(135deg, #3ee3d4, #3E84E3);