#3498ac
a dark, vivid cyan · cool · closest name: teal
RGB
52, 152, 172
HSL
190°, 54%, 44%
CMYK
70, 12, 0, 33
Luminance
0.2617
Every format
| HEX | #3498ac |
| RGB | rgb(52, 152, 172) |
| HSL | hsl(190, 54%, 44%) |
| CMYK | cmyk(70%, 12%, 0%, 33%) |
| LAB | lab(58.2 -22.0 -18.8) |
| LCH | lch(58.2 28.9 220.6) |
| OKLCH | oklch(0.631 0.095 213.7) |
Copy-ready code
/* CSS */
color: #3498ac;
background-color: #3498ac;
/* Tailwind (arbitrary) */
class="text-[#3498ac] bg-[#3498ac]"
/* SCSS */
$brand: #3498ac;
/* SwiftUI */
Color(red: 0.204, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#3498ac")Accessibility — WCAG contrast
Aa
#3498ac on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3498ac on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green59.6%
Blue67.5%
CMYK percentages
Cyan69.8%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#3498ac text on a black background
contrast 6.23:1
Card sample
#3498ac text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3498ac;
Background color
Panel with #3498ac background
background-color: #3498ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3498ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3498ac; background: linear-gradient(135deg, #3498ac, #3448AC);