#4b38ff
a balanced, electric blue · warm · closest name: blue
RGB
75, 56, 255
HSL
246°, 100%, 61%
CMYK
71, 78, 0, 0
Luminance
0.1154
Every format
| HEX | #4b38ff |
| RGB | rgb(75, 56, 255) |
| HSL | hsl(246, 100%, 61%) |
| CMYK | cmyk(71%, 78%, 0%, 0%) |
| LAB | lab(40.5 65.2 -94.2) |
| LCH | lch(40.5 114.5 304.7) |
| OKLCH | oklch(0.516 0.273 275.2) |
Copy-ready code
/* CSS */
color: #4b38ff;
background-color: #4b38ff;
/* Tailwind (arbitrary) */
class="text-[#4b38ff] bg-[#4b38ff]"
/* SCSS */
$brand: #4b38ff;
/* SwiftUI */
Color(red: 0.294, green: 0.220, blue: 1.000)
/* Android */
Color.parseColor("#4b38ff")Accessibility — WCAG contrast
Aa
#4b38ff on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b38ff on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green22.0%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta78.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4b38ff text on a black background
contrast 3.31:1
Card sample
#4b38ff text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b38ff;
Background color
Panel with #4b38ff background
background-color: #4b38ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b38ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 56, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 56, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b38ff; background: linear-gradient(135deg, #4b38ff, #D038FF);