#515ff2
a balanced, electric blue · warm · closest name: royalblue
RGB
81, 95, 242
HSL
235°, 86%, 63%
CMYK
67, 61, 0, 5
Luminance
0.1634
Every format
| HEX | #515ff2 |
| RGB | rgb(81, 95, 242) |
| HSL | hsl(235, 86%, 63%) |
| CMYK | cmyk(67%, 61%, 0%, 5%) |
| LAB | lab(47.4 40.5 -75.5) |
| LCH | lch(47.4 85.6 298.2) |
| OKLCH | oklch(0.563 0.218 273.0) |
Copy-ready code
/* CSS */
color: #515ff2;
background-color: #515ff2;
/* Tailwind (arbitrary) */
class="text-[#515ff2] bg-[#515ff2]"
/* SCSS */
$brand: #515ff2;
/* SwiftUI */
Color(red: 0.318, green: 0.373, blue: 0.949)
/* Android */
Color.parseColor("#515ff2")Accessibility — WCAG contrast
Aa
#515ff2 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#515ff2 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green37.3%
Blue94.9%
CMYK percentages
Cyan66.5%
Magenta60.7%
Yellow0.0%
Key (black)5.1%
Color previews
#515ff2 text on a black background
contrast 4.27:1
Card sample
#515ff2 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #515ff2;
Background color
Panel with #515ff2 background
background-color: #515ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #515ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 95, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 95, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #515ff2; background: linear-gradient(135deg, #515ff2, #AE51F2);