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