#3697af
a dark, vivid cyan · cool · closest name: teal
RGB
54, 151, 175
HSL
192°, 53%, 45%
CMYK
69, 14, 0, 31
Luminance
0.2601
Every format
| HEX | #3697af |
| RGB | rgb(54, 151, 175) |
| HSL | hsl(192, 53%, 45%) |
| CMYK | cmyk(69%, 14%, 0%, 31%) |
| LAB | lab(58.0 -20.2 -20.8) |
| LCH | lch(58.0 28.9 225.8) |
| OKLCH | oklch(0.630 0.095 217.5) |
Copy-ready code
/* CSS */
color: #3697af;
background-color: #3697af;
/* Tailwind (arbitrary) */
class="text-[#3697af] bg-[#3697af]"
/* SCSS */
$brand: #3697af;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#3697af")Accessibility — WCAG contrast
Aa
#3697af on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3697af on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue68.6%
CMYK percentages
Cyan69.1%
Magenta13.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3697af text on a black background
contrast 6.20:1
Card sample
#3697af text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3697af;
Background color
Panel with #3697af background
background-color: #3697af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3697af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3697af; background: linear-gradient(135deg, #3697af, #3646AF);