#5129cd
a balanced, vivid blue · warm · closest name: navy
RGB
81, 41, 205
HSL
255°, 67%, 48%
CMYK
61, 80, 0, 20
Luminance
0.0774
Every format
| HEX | #5129cd |
| RGB | rgb(81, 41, 205) |
| HSL | hsl(255, 67%, 48%) |
| CMYK | cmyk(61%, 80%, 0%, 20%) |
| LAB | lab(33.4 58.3 -77.3) |
| LCH | lch(33.4 96.8 307.0) |
| OKLCH | oklch(0.453 0.229 283.6) |
Copy-ready code
/* CSS */
color: #5129cd;
background-color: #5129cd;
/* Tailwind (arbitrary) */
class="text-[#5129cd] bg-[#5129cd]"
/* SCSS */
$brand: #5129cd;
/* SwiftUI */
Color(red: 0.318, green: 0.161, blue: 0.804)
/* Android */
Color.parseColor("#5129cd")Accessibility — WCAG contrast
Aa
#5129cd on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5129cd on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green16.1%
Blue80.4%
CMYK percentages
Cyan60.5%
Magenta80.0%
Yellow0.0%
Key (black)19.6%
Color previews
#5129cd text on a black background
contrast 2.55:1
Card sample
#5129cd text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5129cd;
Background color
Panel with #5129cd background
background-color: #5129cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5129cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 41, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 41, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5129cd; background: linear-gradient(135deg, #5129cd, #BE29CD);