#4b2cdb
a balanced, vivid blue · warm · closest name: blue
RGB
75, 44, 219
HSL
251°, 71%, 52%
CMYK
66, 80, 0, 14
Luminance
0.0841
Every format
| HEX | #4b2cdb |
| RGB | rgb(75, 44, 219) |
| HSL | hsl(251, 71%, 52%) |
| CMYK | cmyk(66%, 80%, 0%, 14%) |
| LAB | lab(34.8 60.3 -83.1) |
| LCH | lch(34.8 102.7 306.0) |
| OKLCH | oklch(0.465 0.243 279.3) |
Copy-ready code
/* CSS */
color: #4b2cdb;
background-color: #4b2cdb;
/* Tailwind (arbitrary) */
class="text-[#4b2cdb] bg-[#4b2cdb]"
/* SCSS */
$brand: #4b2cdb;
/* SwiftUI */
Color(red: 0.294, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#4b2cdb")Accessibility — WCAG contrast
Aa
#4b2cdb on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2cdb on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green17.3%
Blue85.9%
CMYK percentages
Cyan65.8%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#4b2cdb text on a black background
contrast 2.68:1
Card sample
#4b2cdb text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2cdb;
Background color
Panel with #4b2cdb background
background-color: #4b2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2cdb; background: linear-gradient(135deg, #4b2cdb, #C02CDB);