#4b26da
a balanced, vivid blue · warm · closest name: blue
RGB
75, 38, 218
HSL
252°, 71%, 50%
CMYK
66, 83, 0, 15
Luminance
0.0794
Every format
| HEX | #4b26da |
| RGB | rgb(75, 38, 218) |
| HSL | hsl(252, 71%, 50%) |
| CMYK | cmyk(66%, 83%, 0%, 15%) |
| LAB | lab(33.9 62.5 -84.1) |
| LCH | lch(33.9 104.8 306.6) |
| OKLCH | oklch(0.458 0.246 279.8) |
Copy-ready code
/* CSS */
color: #4b26da;
background-color: #4b26da;
/* Tailwind (arbitrary) */
class="text-[#4b26da] bg-[#4b26da]"
/* SCSS */
$brand: #4b26da;
/* SwiftUI */
Color(red: 0.294, green: 0.149, blue: 0.855)
/* Android */
Color.parseColor("#4b26da")Accessibility — WCAG contrast
Aa
#4b26da on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b26da on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green14.9%
Blue85.5%
CMYK percentages
Cyan65.6%
Magenta82.6%
Yellow0.0%
Key (black)14.5%
Color previews
#4b26da text on a black background
contrast 2.59:1
Card sample
#4b26da text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b26da;
Background color
Panel with #4b26da background
background-color: #4b26da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b26da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 38, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 38, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b26da; background: linear-gradient(135deg, #4b26da, #C326DA);