#6397b1
a balanced, soft blue · cool · closest name: steelblue
RGB
99, 151, 177
HSL
200°, 33%, 54%
CMYK
44, 15, 0, 31
Luminance
0.2796
Every format
| HEX | #6397b1 |
| RGB | rgb(99, 151, 177) |
| HSL | hsl(200, 33%, 54%) |
| CMYK | cmyk(44%, 15%, 0%, 31%) |
| LAB | lab(59.9 -10.3 -19.0) |
| LCH | lch(59.9 21.6 241.6) |
| OKLCH | oklch(0.650 0.068 230.9) |
Copy-ready code
/* CSS */
color: #6397b1;
background-color: #6397b1;
/* Tailwind (arbitrary) */
class="text-[#6397b1] bg-[#6397b1]"
/* SCSS */
$brand: #6397b1;
/* SwiftUI */
Color(red: 0.388, green: 0.592, blue: 0.694)
/* Android */
Color.parseColor("#6397b1")Accessibility — WCAG contrast
Aa
#6397b1 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6397b1 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green59.2%
Blue69.4%
CMYK percentages
Cyan44.1%
Magenta14.7%
Yellow0.0%
Key (black)30.6%
Color previews
#6397b1 text on a black background
contrast 6.59:1
Card sample
#6397b1 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6397b1;
Background color
Panel with #6397b1 background
background-color: #6397b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6397b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 151, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 151, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6397b1; background: linear-gradient(135deg, #6397b1, #6363B1);