#412baf
a dark, vivid blue · warm · closest name: navy
RGB
65, 43, 175
HSL
250°, 61%, 43%
CMYK
63, 75, 0, 31
Luminance
0.0595
Every format
| HEX | #412baf |
| RGB | rgb(65, 43, 175) |
| HSL | hsl(250, 61%, 43%) |
| CMYK | cmyk(63%, 75%, 0%, 31%) |
| LAB | lab(29.3 46.9 -66.5) |
| LCH | lch(29.3 81.4 305.2) |
| OKLCH | oklch(0.411 0.196 281.1) |
Copy-ready code
/* CSS */
color: #412baf;
background-color: #412baf;
/* Tailwind (arbitrary) */
class="text-[#412baf] bg-[#412baf]"
/* SCSS */
$brand: #412baf;
/* SwiftUI */
Color(red: 0.255, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#412baf")Accessibility — WCAG contrast
Aa
#412baf on white: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#412baf on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green16.9%
Blue68.6%
CMYK percentages
Cyan62.9%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#412baf text on a black background
contrast 2.19:1
Card sample
#412baf text on a white background
contrast 9.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #412baf;
Background color
Panel with #412baf background
background-color: #412baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #412baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #412baf; background: linear-gradient(135deg, #412baf, #992BAF);