#6397b0
a balanced, soft cyan · cool · closest name: steelblue
RGB
99, 151, 176
HSL
200°, 33%, 54%
CMYK
44, 14, 0, 31
Luminance
0.2792
Every format
| HEX | #6397b0 |
| RGB | rgb(99, 151, 176) |
| HSL | hsl(200, 33%, 54%) |
| CMYK | cmyk(44%, 14%, 0%, 31%) |
| LAB | lab(59.8 -10.6 -18.5) |
| LCH | lch(59.8 21.3 240.2) |
| OKLCH | oklch(0.649 0.067 229.8) |
Copy-ready code
/* CSS */
color: #6397b0;
background-color: #6397b0;
/* Tailwind (arbitrary) */
class="text-[#6397b0] bg-[#6397b0]"
/* SCSS */
$brand: #6397b0;
/* SwiftUI */
Color(red: 0.388, green: 0.592, blue: 0.690)
/* Android */
Color.parseColor("#6397b0")Accessibility — WCAG contrast
Aa
#6397b0 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6397b0 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green59.2%
Blue69.0%
CMYK percentages
Cyan43.8%
Magenta14.2%
Yellow0.0%
Key (black)31.0%
Color previews
#6397b0 text on a black background
contrast 6.58:1
Card sample
#6397b0 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6397b0;
Background color
Panel with #6397b0 background
background-color: #6397b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6397b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 151, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 151, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6397b0; background: linear-gradient(135deg, #6397b0, #6364B0);