#4512df
a balanced, electric blue · warm · closest name: blue
RGB
69, 18, 223
HSL
255°, 85%, 47%
CMYK
69, 92, 0, 13
Luminance
0.0703
Every format
| HEX | #4512df |
| RGB | rgb(69, 18, 223) |
| HSL | hsl(255, 85%, 47%) |
| CMYK | cmyk(69%, 92%, 0%, 13%) |
| LAB | lab(31.9 69.7 -90.3) |
| LCH | lch(31.9 114.1 307.6) |
| OKLCH | oklch(0.445 0.263 278.1) |
Copy-ready code
/* CSS */
color: #4512df;
background-color: #4512df;
/* Tailwind (arbitrary) */
class="text-[#4512df] bg-[#4512df]"
/* SCSS */
$brand: #4512df;
/* SwiftUI */
Color(red: 0.271, green: 0.071, blue: 0.875)
/* Android */
Color.parseColor("#4512df")Accessibility — WCAG contrast
Aa
#4512df on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4512df on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green7.1%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta91.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4512df text on a black background
contrast 2.41:1
Card sample
#4512df text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4512df;
Background color
Panel with #4512df background
background-color: #4512df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4512df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 18, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 18, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4512df; background: linear-gradient(135deg, #4512df, #CE12DF);