#6a98ac
a balanced, soft cyan · cool · closest name: steelblue
RGB
106, 152, 172
HSL
198°, 28%, 55%
CMYK
38, 12, 0, 33
Luminance
0.2850
Every format
| HEX | #6a98ac |
| RGB | rgb(106, 152, 172) |
| HSL | hsl(198, 28%, 55%) |
| CMYK | cmyk(38%, 12%, 0%, 33%) |
| LAB | lab(60.3 -10.3 -15.4) |
| LCH | lch(60.3 18.5 236.1) |
| OKLCH | oklch(0.654 0.058 226.9) |
Copy-ready code
/* CSS */
color: #6a98ac;
background-color: #6a98ac;
/* Tailwind (arbitrary) */
class="text-[#6a98ac] bg-[#6a98ac]"
/* SCSS */
$brand: #6a98ac;
/* SwiftUI */
Color(red: 0.416, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#6a98ac")Accessibility — WCAG contrast
Aa
#6a98ac on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6a98ac on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green59.6%
Blue67.5%
CMYK percentages
Cyan38.4%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#6a98ac text on a black background
contrast 6.70:1
Card sample
#6a98ac text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a98ac;
Background color
Panel with #6a98ac background
background-color: #6a98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a98ac; background: linear-gradient(135deg, #6a98ac, #6A6CAC);