#3bfac6
a balanced, electric cyan · cool · closest name: aquamarine
RGB
59, 250, 198
HSL
164°, 95%, 61%
CMYK
76, 0, 21, 2
Luminance
0.7338
Every format
| HEX | #3bfac6 |
| RGB | rgb(59, 250, 198) |
| HSL | hsl(164, 95%, 61%) |
| CMYK | cmyk(76%, 0%, 21%, 2%) |
| LAB | lab(88.6 -57.9 11.9) |
| LCH | lch(88.6 59.1 168.4) |
| OKLCH | oklch(0.881 0.164 169.4) |
Copy-ready code
/* CSS */
color: #3bfac6;
background-color: #3bfac6;
/* Tailwind (arbitrary) */
class="text-[#3bfac6] bg-[#3bfac6]"
/* SCSS */
$brand: #3bfac6;
/* SwiftUI */
Color(red: 0.231, green: 0.980, blue: 0.776)
/* Android */
Color.parseColor("#3bfac6")Accessibility — WCAG contrast
Aa
#3bfac6 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfac6 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green98.0%
Blue77.6%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow20.8%
Key (black)2.0%
Color previews
#3bfac6 text on a black background
contrast 15.68:1
Card sample
#3bfac6 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfac6;
Background color
Panel with #3bfac6 background
background-color: #3bfac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 250, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 250, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfac6; background: linear-gradient(135deg, #3bfac6, #3BAFFA);