#3b98ac
a balanced, vivid cyan · cool · closest name: teal
RGB
59, 152, 172
HSL
191°, 49%, 45%
CMYK
66, 12, 0, 33
Luminance
0.2636
Every format
| HEX | #3b98ac |
| RGB | rgb(59, 152, 172) |
| HSL | hsl(191, 49%, 45%) |
| CMYK | cmyk(66%, 12%, 0%, 33%) |
| LAB | lab(58.4 -20.9 -18.5) |
| LCH | lch(58.4 27.9 221.6) |
| OKLCH | oklch(0.633 0.091 214.5) |
Copy-ready code
/* CSS */
color: #3b98ac;
background-color: #3b98ac;
/* Tailwind (arbitrary) */
class="text-[#3b98ac] bg-[#3b98ac]"
/* SCSS */
$brand: #3b98ac;
/* SwiftUI */
Color(red: 0.231, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#3b98ac")Accessibility — WCAG contrast
Aa
#3b98ac on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3b98ac on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green59.6%
Blue67.5%
CMYK percentages
Cyan65.7%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#3b98ac text on a black background
contrast 6.27:1
Card sample
#3b98ac text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b98ac;
Background color
Panel with #3b98ac background
background-color: #3b98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b98ac; background: linear-gradient(135deg, #3b98ac, #3B4DAC);