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