#3baf98
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 175, 152
HSL
168°, 50%, 46%
CMYK
66, 0, 13, 31
Luminance
0.3386
Every format
| HEX | #3baf98 |
| RGB | rgb(59, 175, 152) |
| HSL | hsl(168, 50%, 46%) |
| CMYK | cmyk(66%, 0%, 13%, 31%) |
| LAB | lab(64.8 -37.8 2.3) |
| LCH | lch(64.8 37.9 176.5) |
| OKLCH | oklch(0.683 0.108 177.0) |
Copy-ready code
/* CSS */
color: #3baf98;
background-color: #3baf98;
/* Tailwind (arbitrary) */
class="text-[#3baf98] bg-[#3baf98]"
/* SCSS */
$brand: #3baf98;
/* SwiftUI */
Color(red: 0.231, green: 0.686, blue: 0.596)
/* Android */
Color.parseColor("#3baf98")Accessibility — WCAG contrast
Aa
#3baf98 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3baf98 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green68.6%
Blue59.6%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow13.1%
Key (black)31.4%
Color previews
#3baf98 text on a black background
contrast 7.77:1
Card sample
#3baf98 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3baf98;
Background color
Panel with #3baf98 background
background-color: #3baf98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3baf98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 175, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 175, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3baf98; background: linear-gradient(135deg, #3baf98, #3B79AF);