#4062cb
a balanced, vivid blue · warm · closest name: royalblue
RGB
64, 98, 203
HSL
225°, 57%, 52%
CMYK
69, 52, 0, 20
Luminance
0.1414
Every format
| HEX | #4062cb |
| RGB | rgb(64, 98, 203) |
| HSL | hsl(225, 57%, 52%) |
| CMYK | cmyk(69%, 52%, 0%, 20%) |
| LAB | lab(44.4 22.7 -58.2) |
| LCH | lch(44.4 62.5 291.3) |
| OKLCH | oklch(0.529 0.168 267.0) |
Copy-ready code
/* CSS */
color: #4062cb;
background-color: #4062cb;
/* Tailwind (arbitrary) */
class="text-[#4062cb] bg-[#4062cb]"
/* SCSS */
$brand: #4062cb;
/* SwiftUI */
Color(red: 0.251, green: 0.384, blue: 0.796)
/* Android */
Color.parseColor("#4062cb")Accessibility — WCAG contrast
Aa
#4062cb on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4062cb on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green38.4%
Blue79.6%
CMYK percentages
Cyan68.5%
Magenta51.7%
Yellow0.0%
Key (black)20.4%
Color previews
#4062cb text on a black background
contrast 3.83:1
Card sample
#4062cb text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4062cb;
Background color
Panel with #4062cb background
background-color: #4062cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4062cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 98, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 98, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4062cb; background: linear-gradient(135deg, #4062cb, #7B40CB);