#4097cb
a balanced, vivid blue · cool · closest name: steelblue
RGB
64, 151, 203
HSL
202°, 57%, 52%
CMYK
69, 26, 0, 20
Luminance
0.2754
Every format
| HEX | #4097cb |
| RGB | rgb(64, 151, 203) |
| HSL | hsl(202, 57%, 52%) |
| CMYK | cmyk(69%, 26%, 0%, 20%) |
| LAB | lab(59.5 -9.4 -34.4) |
| LCH | lch(59.5 35.6 254.6) |
| OKLCH | oklch(0.646 0.114 238.4) |
Copy-ready code
/* CSS */
color: #4097cb;
background-color: #4097cb;
/* Tailwind (arbitrary) */
class="text-[#4097cb] bg-[#4097cb]"
/* SCSS */
$brand: #4097cb;
/* SwiftUI */
Color(red: 0.251, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#4097cb")Accessibility — WCAG contrast
Aa
#4097cb on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4097cb on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green59.2%
Blue79.6%
CMYK percentages
Cyan68.5%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#4097cb text on a black background
contrast 6.51:1
Card sample
#4097cb text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4097cb;
Background color
Panel with #4097cb background
background-color: #4097cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4097cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4097cb; background: linear-gradient(135deg, #4097cb, #4640CB);