#4b6fff
a balanced, electric blue · warm · closest name: royalblue
RGB
75, 111, 255
HSL
228°, 100%, 65%
CMYK
71, 57, 0, 0
Luminance
0.2008
Every format
| HEX | #4b6fff |
| RGB | rgb(75, 111, 255) |
| HSL | hsl(228, 100%, 65%) |
| CMYK | cmyk(71%, 57%, 0%, 0%) |
| LAB | lab(51.9 34.4 -75.4) |
| LCH | lch(51.9 82.8 294.5) |
| OKLCH | oklch(0.599 0.217 268.4) |
Copy-ready code
/* CSS */
color: #4b6fff;
background-color: #4b6fff;
/* Tailwind (arbitrary) */
class="text-[#4b6fff] bg-[#4b6fff]"
/* SCSS */
$brand: #4b6fff;
/* SwiftUI */
Color(red: 0.294, green: 0.435, blue: 1.000)
/* Android */
Color.parseColor("#4b6fff")Accessibility — WCAG contrast
Aa
#4b6fff on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b6fff on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green43.5%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta56.5%
Yellow0.0%
Key (black)0.0%
Color previews
#4b6fff text on a black background
contrast 5.02:1
Card sample
#4b6fff text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b6fff;
Background color
Panel with #4b6fff background
background-color: #4b6fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b6fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 111, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 111, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b6fff; background: linear-gradient(135deg, #4b6fff, #9F4BFF);