#3f97af
a balanced, vivid cyan · cool · closest name: teal
RGB
63, 151, 175
HSL
193°, 47%, 47%
CMYK
64, 14, 0, 31
Luminance
0.2629
Every format
| HEX | #3f97af |
| RGB | rgb(63, 151, 175) |
| HSL | hsl(193, 47%, 47%) |
| CMYK | cmyk(64%, 14%, 0%, 31%) |
| LAB | lab(58.3 -18.7 -20.3) |
| LCH | lch(58.3 27.6 227.4) |
| OKLCH | oklch(0.633 0.090 218.8) |
Copy-ready code
/* CSS */
color: #3f97af;
background-color: #3f97af;
/* Tailwind (arbitrary) */
class="text-[#3f97af] bg-[#3f97af]"
/* SCSS */
$brand: #3f97af;
/* SwiftUI */
Color(red: 0.247, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#3f97af")Accessibility — WCAG contrast
Aa
#3f97af on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f97af on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green59.2%
Blue68.6%
CMYK percentages
Cyan64.0%
Magenta13.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3f97af text on a black background
contrast 6.26:1
Card sample
#3f97af text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f97af;
Background color
Panel with #3f97af background
background-color: #3f97af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f97af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f97af; background: linear-gradient(135deg, #3f97af, #3F4CAF);