#4b65ff
a balanced, electric blue · warm · closest name: royalblue
RGB
75, 101, 255
HSL
231°, 100%, 65%
CMYK
71, 60, 0, 0
Luminance
0.1802
Every format
| HEX | #4b65ff |
| RGB | rgb(75, 101, 255) |
| HSL | hsl(231, 100%, 65%) |
| CMYK | cmyk(71%, 60%, 0%, 0%) |
| LAB | lab(49.5 40.5 -79.3) |
| LCH | lch(49.5 89.0 297.0) |
| OKLCH | oklch(0.581 0.229 270.2) |
Copy-ready code
/* CSS */
color: #4b65ff;
background-color: #4b65ff;
/* Tailwind (arbitrary) */
class="text-[#4b65ff] bg-[#4b65ff]"
/* SCSS */
$brand: #4b65ff;
/* SwiftUI */
Color(red: 0.294, green: 0.396, blue: 1.000)
/* Android */
Color.parseColor("#4b65ff")Accessibility — WCAG contrast
Aa
#4b65ff on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b65ff on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green39.6%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta60.4%
Yellow0.0%
Key (black)0.0%
Color previews
#4b65ff text on a black background
contrast 4.60:1
Card sample
#4b65ff text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b65ff;
Background color
Panel with #4b65ff background
background-color: #4b65ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b65ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 101, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 101, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b65ff; background: linear-gradient(135deg, #4b65ff, #A94BFF);