#492ace
a balanced, vivid blue · warm · closest name: navy
RGB
73, 42, 206
HSL
251°, 66%, 49%
CMYK
65, 80, 0, 19
Luminance
0.0753
Every format
| HEX | #492ace |
| RGB | rgb(73, 42, 206) |
| HSL | hsl(251, 66%, 49%) |
| CMYK | cmyk(65%, 80%, 0%, 19%) |
| LAB | lab(33.0 57.4 -78.7) |
| LCH | lch(33.0 97.3 306.1) |
| OKLCH | oklch(0.448 0.231 280.3) |
Copy-ready code
/* CSS */
color: #492ace;
background-color: #492ace;
/* Tailwind (arbitrary) */
class="text-[#492ace] bg-[#492ace]"
/* SCSS */
$brand: #492ace;
/* SwiftUI */
Color(red: 0.286, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#492ace")Accessibility — WCAG contrast
Aa
#492ace on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492ace on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green16.5%
Blue80.8%
CMYK percentages
Cyan64.6%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#492ace text on a black background
contrast 2.51:1
Card sample
#492ace text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492ace;
Background color
Panel with #492ace background
background-color: #492ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492ace; background: linear-gradient(135deg, #492ace, #B62ACE);