#3bdfad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
59, 223, 173
HSL
162°, 72%, 55%
CMYK
74, 0, 22, 13
Luminance
0.5672
Every format
| HEX | #3bdfad |
| RGB | rgb(59, 223, 173) |
| HSL | hsl(162, 72%, 55%) |
| CMYK | cmyk(74%, 0%, 22%, 13%) |
| LAB | lab(80.0 -53.0 12.7) |
| LCH | lch(80.0 54.5 166.5) |
| OKLCH | oklch(0.809 0.150 167.5) |
Copy-ready code
/* CSS */
color: #3bdfad;
background-color: #3bdfad;
/* Tailwind (arbitrary) */
class="text-[#3bdfad] bg-[#3bdfad]"
/* SCSS */
$brand: #3bdfad;
/* SwiftUI */
Color(red: 0.231, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#3bdfad")Accessibility — WCAG contrast
Aa
#3bdfad on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdfad on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green87.5%
Blue67.8%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#3bdfad text on a black background
contrast 12.34:1
Card sample
#3bdfad text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdfad;
Background color
Panel with #3bdfad background
background-color: #3bdfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdfad; background: linear-gradient(135deg, #3bdfad, #3BA4DF);