#3c97af
a balanced, vivid cyan · cool · closest name: teal
RGB
60, 151, 175
HSL
193°, 49%, 46%
CMYK
66, 14, 0, 31
Luminance
0.2619
Every format
| HEX | #3c97af |
| RGB | rgb(60, 151, 175) |
| HSL | hsl(193, 49%, 46%) |
| CMYK | cmyk(66%, 14%, 0%, 31%) |
| LAB | lab(58.2 -19.2 -20.5) |
| LCH | lch(58.2 28.1 226.8) |
| OKLCH | oklch(0.632 0.092 218.4) |
Copy-ready code
/* CSS */
color: #3c97af;
background-color: #3c97af;
/* Tailwind (arbitrary) */
class="text-[#3c97af] bg-[#3c97af]"
/* SCSS */
$brand: #3c97af;
/* SwiftUI */
Color(red: 0.235, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#3c97af")Accessibility — WCAG contrast
Aa
#3c97af on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c97af on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green59.2%
Blue68.6%
CMYK percentages
Cyan65.7%
Magenta13.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3c97af text on a black background
contrast 6.24:1
Card sample
#3c97af text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c97af;
Background color
Panel with #3c97af background
background-color: #3c97af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c97af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c97af; background: linear-gradient(135deg, #3c97af, #3C4AAF);