#6397b4
a balanced, soft blue · cool · closest name: steelblue
RGB
99, 151, 180
HSL
202°, 35%, 55%
CMYK
45, 16, 0, 29
Luminance
0.2808
Every format
| HEX | #6397b4 |
| RGB | rgb(99, 151, 180) |
| HSL | hsl(202, 35%, 55%) |
| CMYK | cmyk(45%, 16%, 0%, 29%) |
| LAB | lab(60.0 -9.4 -20.5) |
| LCH | lch(60.0 22.6 245.3) |
| OKLCH | oklch(0.651 0.070 233.8) |
Copy-ready code
/* CSS */
color: #6397b4;
background-color: #6397b4;
/* Tailwind (arbitrary) */
class="text-[#6397b4] bg-[#6397b4]"
/* SCSS */
$brand: #6397b4;
/* SwiftUI */
Color(red: 0.388, green: 0.592, blue: 0.706)
/* Android */
Color.parseColor("#6397b4")Accessibility — WCAG contrast
Aa
#6397b4 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6397b4 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green59.2%
Blue70.6%
CMYK percentages
Cyan45.0%
Magenta16.1%
Yellow0.0%
Key (black)29.4%
Color previews
#6397b4 text on a black background
contrast 6.62:1
Card sample
#6397b4 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6397b4;
Background color
Panel with #6397b4 background
background-color: #6397b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6397b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 151, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 151, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6397b4; background: linear-gradient(135deg, #6397b4, #6563B4);