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