#4656cd
a balanced, vivid blue · warm · closest name: slateblue
RGB
70, 86, 205
HSL
233°, 57%, 54%
CMYK
66, 58, 0, 20
Luminance
0.1237
Every format
| HEX | #4656cd |
| RGB | rgb(70, 86, 205) |
| HSL | hsl(233, 57%, 54%) |
| CMYK | cmyk(66%, 58%, 0%, 20%) |
| LAB | lab(41.8 31.9 -63.6) |
| LCH | lch(41.8 71.2 296.6) |
| OKLCH | oklch(0.511 0.183 272.3) |
Copy-ready code
/* CSS */
color: #4656cd;
background-color: #4656cd;
/* Tailwind (arbitrary) */
class="text-[#4656cd] bg-[#4656cd]"
/* SCSS */
$brand: #4656cd;
/* SwiftUI */
Color(red: 0.275, green: 0.337, blue: 0.804)
/* Android */
Color.parseColor("#4656cd")Accessibility — WCAG contrast
Aa
#4656cd on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4656cd on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green33.7%
Blue80.4%
CMYK percentages
Cyan65.9%
Magenta58.0%
Yellow0.0%
Key (black)19.6%
Color previews
#4656cd text on a black background
contrast 3.47:1
Card sample
#4656cd text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4656cd;
Background color
Panel with #4656cd background
background-color: #4656cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4656cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 86, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 86, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4656cd; background: linear-gradient(135deg, #4656cd, #9046CD);