#4538bc
a balanced, vivid blue · warm · closest name: slateblue
RGB
69, 56, 188
HSL
246°, 54%, 48%
CMYK
63, 70, 0, 26
Luminance
0.0772
Every format
| HEX | #4538bc |
| RGB | rgb(69, 56, 188) |
| HSL | hsl(246, 54%, 48%) |
| CMYK | cmyk(63%, 70%, 0%, 26%) |
| LAB | lab(33.4 44.3 -67.4) |
| LCH | lch(33.4 80.7 303.3) |
| OKLCH | oklch(0.445 0.197 279.2) |
Copy-ready code
/* CSS */
color: #4538bc;
background-color: #4538bc;
/* Tailwind (arbitrary) */
class="text-[#4538bc] bg-[#4538bc]"
/* SCSS */
$brand: #4538bc;
/* SwiftUI */
Color(red: 0.271, green: 0.220, blue: 0.737)
/* Android */
Color.parseColor("#4538bc")Accessibility — WCAG contrast
Aa
#4538bc on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4538bc on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green22.0%
Blue73.7%
CMYK percentages
Cyan63.3%
Magenta70.2%
Yellow0.0%
Key (black)26.3%
Color previews
#4538bc text on a black background
contrast 2.54:1
Card sample
#4538bc text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4538bc;
Background color
Panel with #4538bc background
background-color: #4538bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4538bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 56, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 56, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4538bc; background: linear-gradient(135deg, #4538bc, #9D38BC);