#4366ba
a balanced, vivid blue · cool · closest name: royalblue
RGB
67, 102, 186
HSL
222°, 47%, 50%
CMYK
64, 45, 0, 27
Luminance
0.1424
Every format
| HEX | #4366ba |
| RGB | rgb(67, 102, 186) |
| HSL | hsl(222, 47%, 50%) |
| CMYK | cmyk(64%, 45%, 0%, 27%) |
| LAB | lab(44.6 14.6 -48.1) |
| LCH | lch(44.6 50.3 286.8) |
| OKLCH | oklch(0.527 0.138 265.0) |
Copy-ready code
/* CSS */
color: #4366ba;
background-color: #4366ba;
/* Tailwind (arbitrary) */
class="text-[#4366ba] bg-[#4366ba]"
/* SCSS */
$brand: #4366ba;
/* SwiftUI */
Color(red: 0.263, green: 0.400, blue: 0.729)
/* Android */
Color.parseColor("#4366ba")Accessibility — WCAG contrast
Aa
#4366ba on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4366ba on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green40.0%
Blue72.9%
CMYK percentages
Cyan64.0%
Magenta45.2%
Yellow0.0%
Key (black)27.1%
Color previews
#4366ba text on a black background
contrast 3.85:1
Card sample
#4366ba text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4366ba;
Background color
Panel with #4366ba background
background-color: #4366ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4366ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 102, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 102, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4366ba; background: linear-gradient(135deg, #4366ba, #6F43BA);