#6397ad
a balanced, soft cyan · cool · closest name: steelblue
RGB
99, 151, 173
HSL
198°, 31%, 53%
CMYK
43, 13, 0, 32
Luminance
0.2780
Every format
| HEX | #6397ad |
| RGB | rgb(99, 151, 173) |
| HSL | hsl(198, 31%, 53%) |
| CMYK | cmyk(43%, 13%, 0%, 32%) |
| LAB | lab(59.7 -11.4 -16.9) |
| LCH | lch(59.7 20.4 236.1) |
| OKLCH | oklch(0.648 0.064 226.6) |
Copy-ready code
/* CSS */
color: #6397ad;
background-color: #6397ad;
/* Tailwind (arbitrary) */
class="text-[#6397ad] bg-[#6397ad]"
/* SCSS */
$brand: #6397ad;
/* SwiftUI */
Color(red: 0.388, green: 0.592, blue: 0.678)
/* Android */
Color.parseColor("#6397ad")Accessibility — WCAG contrast
Aa
#6397ad on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6397ad on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green59.2%
Blue67.8%
CMYK percentages
Cyan42.8%
Magenta12.7%
Yellow0.0%
Key (black)32.2%
Color previews
#6397ad text on a black background
contrast 6.56:1
Card sample
#6397ad text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6397ad;
Background color
Panel with #6397ad background
background-color: #6397ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6397ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 151, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 151, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6397ad; background: linear-gradient(135deg, #6397ad, #6366AD);