#3bfac0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
59, 250, 192
HSL
162°, 95%, 61%
CMYK
76, 0, 23, 2
Luminance
0.7311
Every format
| HEX | #3bfac0 |
| RGB | rgb(59, 250, 192) |
| HSL | hsl(162, 95%, 61%) |
| CMYK | cmyk(76%, 0%, 23%, 2%) |
| LAB | lab(88.5 -59.3 14.8) |
| LCH | lch(88.5 61.1 166.0) |
| OKLCH | oklch(0.880 0.168 167.0) |
Copy-ready code
/* CSS */
color: #3bfac0;
background-color: #3bfac0;
/* Tailwind (arbitrary) */
class="text-[#3bfac0] bg-[#3bfac0]"
/* SCSS */
$brand: #3bfac0;
/* SwiftUI */
Color(red: 0.231, green: 0.980, blue: 0.753)
/* Android */
Color.parseColor("#3bfac0")Accessibility — WCAG contrast
Aa
#3bfac0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfac0 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green98.0%
Blue75.3%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow23.2%
Key (black)2.0%
Color previews
#3bfac0 text on a black background
contrast 15.62:1
Card sample
#3bfac0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfac0;
Background color
Panel with #3bfac0 background
background-color: #3bfac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 250, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 250, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfac0; background: linear-gradient(135deg, #3bfac0, #3BB5FA);