#5895c2
a balanced, vivid blue · cool · closest name: steelblue
RGB
88, 149, 194
HSL
206°, 47%, 55%
CMYK
55, 23, 0, 24
Luminance
0.2746
Every format
| HEX | #5895c2 |
| RGB | rgb(88, 149, 194) |
| HSL | hsl(206, 47%, 55%) |
| CMYK | cmyk(55%, 23%, 0%, 24%) |
| LAB | lab(59.4 -6.8 -29.3) |
| LCH | lch(59.4 30.1 257.0) |
| OKLCH | oklch(0.647 0.093 242.1) |
Copy-ready code
/* CSS */
color: #5895c2;
background-color: #5895c2;
/* Tailwind (arbitrary) */
class="text-[#5895c2] bg-[#5895c2]"
/* SCSS */
$brand: #5895c2;
/* SwiftUI */
Color(red: 0.345, green: 0.584, blue: 0.761)
/* Android */
Color.parseColor("#5895c2")Accessibility — WCAG contrast
Aa
#5895c2 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5895c2 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green58.4%
Blue76.1%
CMYK percentages
Cyan54.6%
Magenta23.2%
Yellow0.0%
Key (black)23.9%
Color previews
#5895c2 text on a black background
contrast 6.49:1
Card sample
#5895c2 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5895c2;
Background color
Panel with #5895c2 background
background-color: #5895c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5895c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 149, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 149, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5895c2; background: linear-gradient(135deg, #5895c2, #6258C2);