#4b6fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
75, 111, 223
HSL
225°, 70%, 58%
CMYK
66, 50, 0, 13
Luminance
0.1819
Every format
| HEX | #4b6fdf |
| RGB | rgb(75, 111, 223) |
| HSL | hsl(225, 70%, 58%) |
| CMYK | cmyk(66%, 50%, 0%, 13%) |
| LAB | lab(49.7 23.2 -61.0) |
| LCH | lch(49.7 65.3 290.8) |
| OKLCH | oklch(0.575 0.175 267.3) |
Copy-ready code
/* CSS */
color: #4b6fdf;
background-color: #4b6fdf;
/* Tailwind (arbitrary) */
class="text-[#4b6fdf] bg-[#4b6fdf]"
/* SCSS */
$brand: #4b6fdf;
/* SwiftUI */
Color(red: 0.294, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#4b6fdf")Accessibility — WCAG contrast
Aa
#4b6fdf on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b6fdf on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4b6fdf text on a black background
contrast 4.64:1
Card sample
#4b6fdf text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b6fdf;
Background color
Panel with #4b6fdf background
background-color: #4b6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b6fdf; background: linear-gradient(135deg, #4b6fdf, #8A4BDF);