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