#4628df
a balanced, vivid blue · warm · closest name: blue
RGB
70, 40, 223
HSL
250°, 74%, 52%
CMYK
69, 82, 0, 13
Luminance
0.0815
Every format
| HEX | #4628df |
| RGB | rgb(70, 40, 223) |
| HSL | hsl(250, 74%, 52%) |
| CMYK | cmyk(69%, 82%, 0%, 13%) |
| LAB | lab(34.3 62.7 -86.3) |
| LCH | lch(34.3 106.7 306.0) |
| OKLCH | oklch(0.462 0.252 277.5) |
Copy-ready code
/* CSS */
color: #4628df;
background-color: #4628df;
/* Tailwind (arbitrary) */
class="text-[#4628df] bg-[#4628df]"
/* SCSS */
$brand: #4628df;
/* SwiftUI */
Color(red: 0.275, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#4628df")Accessibility — WCAG contrast
Aa
#4628df on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4628df on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green15.7%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4628df text on a black background
contrast 2.63:1
Card sample
#4628df text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4628df;
Background color
Panel with #4628df background
background-color: #4628df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4628df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4628df; background: linear-gradient(135deg, #4628df, #C028DF);