#4630df
a balanced, vivid blue · warm · closest name: blue
RGB
70, 48, 223
HSL
248°, 73%, 53%
CMYK
69, 79, 0, 13
Luminance
0.0874
Every format
| HEX | #4630df |
| RGB | rgb(70, 48, 223) |
| HSL | hsl(248, 73%, 53%) |
| CMYK | cmyk(69%, 79%, 0%, 13%) |
| LAB | lab(35.5 59.2 -84.3) |
| LCH | lch(35.5 103.1 305.1) |
| OKLCH | oklch(0.470 0.245 276.9) |
Copy-ready code
/* CSS */
color: #4630df;
background-color: #4630df;
/* Tailwind (arbitrary) */
class="text-[#4630df] bg-[#4630df]"
/* SCSS */
$brand: #4630df;
/* SwiftUI */
Color(red: 0.275, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#4630df")Accessibility — WCAG contrast
Aa
#4630df on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4630df on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green18.8%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#4630df text on a black background
contrast 2.75:1
Card sample
#4630df text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4630df;
Background color
Panel with #4630df background
background-color: #4630df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4630df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4630df; background: linear-gradient(135deg, #4630df, #BA30DF);