#4b2ddf
a balanced, vivid blue · warm · closest name: blue
RGB
75, 45, 223
HSL
250°, 74%, 53%
CMYK
66, 80, 0, 13
Luminance
0.0870
Every format
| HEX | #4b2ddf |
| RGB | rgb(75, 45, 223) |
| HSL | hsl(250, 74%, 53%) |
| CMYK | cmyk(66%, 80%, 0%, 13%) |
| LAB | lab(35.4 61.0 -84.5) |
| LCH | lch(35.4 104.2 305.8) |
| OKLCH | oklch(0.470 0.247 278.8) |
Copy-ready code
/* CSS */
color: #4b2ddf;
background-color: #4b2ddf;
/* Tailwind (arbitrary) */
class="text-[#4b2ddf] bg-[#4b2ddf]"
/* SCSS */
$brand: #4b2ddf;
/* SwiftUI */
Color(red: 0.294, green: 0.176, blue: 0.875)
/* Android */
Color.parseColor("#4b2ddf")Accessibility — WCAG contrast
Aa
#4b2ddf on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2ddf on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green17.6%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta79.8%
Yellow0.0%
Key (black)12.5%
Color previews
#4b2ddf text on a black background
contrast 2.74:1
Card sample
#4b2ddf text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2ddf;
Background color
Panel with #4b2ddf background
background-color: #4b2ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 45, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 45, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2ddf; background: linear-gradient(135deg, #4b2ddf, #C22DDF);