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