#5136df
a balanced, vivid blue · warm · closest name: navy
RGB
81, 54, 223
HSL
250°, 73%, 54%
CMYK
64, 76, 0, 13
Luminance
0.0972
Every format
| HEX | #5136df |
| RGB | rgb(81, 54, 223) |
| HSL | hsl(250, 73%, 54%) |
| CMYK | cmyk(64%, 76%, 0%, 13%) |
| LAB | lab(37.3 57.4 -81.3) |
| LCH | lch(37.3 99.5 305.2) |
| OKLCH | oklch(0.485 0.238 280.0) |
Copy-ready code
/* CSS */
color: #5136df;
background-color: #5136df;
/* Tailwind (arbitrary) */
class="text-[#5136df] bg-[#5136df]"
/* SCSS */
$brand: #5136df;
/* SwiftUI */
Color(red: 0.318, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#5136df")Accessibility — WCAG contrast
Aa
#5136df on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5136df on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green21.2%
Blue87.5%
CMYK percentages
Cyan63.7%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#5136df text on a black background
contrast 2.94:1
Card sample
#5136df text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5136df;
Background color
Panel with #5136df background
background-color: #5136df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5136df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5136df; background: linear-gradient(135deg, #5136df, #C236DF);