#4668cb
a balanced, vivid blue · cool · closest name: royalblue
RGB
70, 104, 203
HSL
225°, 56%, 54%
CMYK
66, 49, 0, 20
Luminance
0.1551
Every format
| HEX | #4668cb |
| RGB | rgb(70, 104, 203) |
| HSL | hsl(225, 56%, 54%) |
| CMYK | cmyk(66%, 49%, 0%, 20%) |
| LAB | lab(46.3 19.8 -55.1) |
| LCH | lch(46.3 58.6 289.8) |
| OKLCH | oklch(0.544 0.158 266.8) |
Copy-ready code
/* CSS */
color: #4668cb;
background-color: #4668cb;
/* Tailwind (arbitrary) */
class="text-[#4668cb] bg-[#4668cb]"
/* SCSS */
$brand: #4668cb;
/* SwiftUI */
Color(red: 0.275, green: 0.408, blue: 0.796)
/* Android */
Color.parseColor("#4668cb")Accessibility — WCAG contrast
Aa
#4668cb on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4668cb on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green40.8%
Blue79.6%
CMYK percentages
Cyan65.5%
Magenta48.8%
Yellow0.0%
Key (black)20.4%
Color previews
#4668cb text on a black background
contrast 4.10:1
Card sample
#4668cb text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4668cb;
Background color
Panel with #4668cb background
background-color: #4668cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4668cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 104, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 104, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4668cb; background: linear-gradient(135deg, #4668cb, #7D46CB);