#4518ce
a balanced, electric blue · warm · closest name: blue
RGB
69, 24, 206
HSL
255°, 79%, 45%
CMYK
67, 88, 0, 19
Luminance
0.0637
Every format
| HEX | #4518ce |
| RGB | rgb(69, 24, 206) |
| HSL | hsl(255, 79%, 45%) |
| CMYK | cmyk(67%, 88%, 0%, 19%) |
| LAB | lab(30.3 63.8 -83.0) |
| LCH | lch(30.3 104.7 307.5) |
| OKLCH | oklch(0.429 0.243 280.0) |
Copy-ready code
/* CSS */
color: #4518ce;
background-color: #4518ce;
/* Tailwind (arbitrary) */
class="text-[#4518ce] bg-[#4518ce]"
/* SCSS */
$brand: #4518ce;
/* SwiftUI */
Color(red: 0.271, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#4518ce")Accessibility — WCAG contrast
Aa
#4518ce on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4518ce on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green9.4%
Blue80.8%
CMYK percentages
Cyan66.5%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#4518ce text on a black background
contrast 2.27:1
Card sample
#4518ce text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4518ce;
Background color
Panel with #4518ce background
background-color: #4518ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4518ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4518ce; background: linear-gradient(135deg, #4518ce, #BE18CE);