#461baf
a dark, vivid violet · warm · closest name: navy
RGB
70, 27, 175
HSL
257°, 73%, 40%
CMYK
60, 85, 0, 31
Luminance
0.0518
Every format
| HEX | #461baf |
| RGB | rgb(70, 27, 175) |
| HSL | hsl(257, 73%, 40%) |
| CMYK | cmyk(60%, 85%, 0%, 31%) |
| LAB | lab(27.2 54.7 -69.8) |
| LCH | lch(27.2 88.7 308.1) |
| OKLCH | oklch(0.398 0.208 285.1) |
Copy-ready code
/* CSS */
color: #461baf;
background-color: #461baf;
/* Tailwind (arbitrary) */
class="text-[#461baf] bg-[#461baf]"
/* SCSS */
$brand: #461baf;
/* SwiftUI */
Color(red: 0.275, green: 0.106, blue: 0.686)
/* Android */
Color.parseColor("#461baf")Accessibility — WCAG contrast
Aa
#461baf on white: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461baf on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green10.6%
Blue68.6%
CMYK percentages
Cyan60.0%
Magenta84.6%
Yellow0.0%
Key (black)31.4%
Color previews
#461baf text on a black background
contrast 2.04:1
Card sample
#461baf text on a white background
contrast 10.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461baf;
Background color
Panel with #461baf background
background-color: #461baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 27, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 27, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461baf; background: linear-gradient(135deg, #461baf, #A91BAF);