#4199cb
a balanced, vivid blue · cool · closest name: steelblue
RGB
65, 153, 203
HSL
202°, 57%, 53%
CMYK
68, 25, 0, 20
Luminance
0.2822
Every format
| HEX | #4199cb |
| RGB | rgb(65, 153, 203) |
| HSL | hsl(202, 57%, 53%) |
| CMYK | cmyk(68%, 25%, 0%, 20%) |
| LAB | lab(60.1 -10.4 -33.4) |
| LCH | lch(60.1 35.0 252.7) |
| OKLCH | oklch(0.651 0.112 237.0) |
Copy-ready code
/* CSS */
color: #4199cb;
background-color: #4199cb;
/* Tailwind (arbitrary) */
class="text-[#4199cb] bg-[#4199cb]"
/* SCSS */
$brand: #4199cb;
/* SwiftUI */
Color(red: 0.255, green: 0.600, blue: 0.796)
/* Android */
Color.parseColor("#4199cb")Accessibility — WCAG contrast
Aa
#4199cb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4199cb on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green60.0%
Blue79.6%
CMYK percentages
Cyan68.0%
Magenta24.6%
Yellow0.0%
Key (black)20.4%
Color previews
#4199cb text on a black background
contrast 6.64:1
Card sample
#4199cb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4199cb;
Background color
Panel with #4199cb background
background-color: #4199cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4199cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 153, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 153, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4199cb; background: linear-gradient(135deg, #4199cb, #4541CB);