#4534df
a balanced, vivid blue · warm · closest name: navy
RGB
69, 52, 223
HSL
246°, 73%, 54%
CMYK
69, 77, 0, 13
Luminance
0.0905
Every format
| HEX | #4534df |
| RGB | rgb(69, 52, 223) |
| HSL | hsl(246, 73%, 54%) |
| CMYK | cmyk(69%, 77%, 0%, 13%) |
| LAB | lab(36.1 57.2 -83.4) |
| LCH | lch(36.1 101.1 304.5) |
| OKLCH | oklch(0.474 0.242 276.3) |
Copy-ready code
/* CSS */
color: #4534df;
background-color: #4534df;
/* Tailwind (arbitrary) */
class="text-[#4534df] bg-[#4534df]"
/* SCSS */
$brand: #4534df;
/* SwiftUI */
Color(red: 0.271, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#4534df")Accessibility — WCAG contrast
Aa
#4534df on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4534df on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green20.4%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#4534df text on a black background
contrast 2.81:1
Card sample
#4534df text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4534df;
Background color
Panel with #4534df background
background-color: #4534df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4534df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4534df; background: linear-gradient(135deg, #4534df, #B734DF);