#6132ef
a balanced, electric blue · warm · closest name: blue
RGB
97, 50, 239
HSL
255°, 86%, 57%
CMYK
59, 79, 0, 6
Luminance
0.1105
Every format
| HEX | #6132ef |
| RGB | rgb(97, 50, 239) |
| HSL | hsl(255, 86%, 57%) |
| CMYK | cmyk(59%, 79%, 0%, 6%) |
| LAB | lab(39.7 65.4 -86.5) |
| LCH | lch(39.7 108.4 307.1) |
| OKLCH | oklch(0.509 0.257 283.9) |
Copy-ready code
/* CSS */
color: #6132ef;
background-color: #6132ef;
/* Tailwind (arbitrary) */
class="text-[#6132ef] bg-[#6132ef]"
/* SCSS */
$brand: #6132ef;
/* SwiftUI */
Color(red: 0.380, green: 0.196, blue: 0.937)
/* Android */
Color.parseColor("#6132ef")Accessibility — WCAG contrast
Aa
#6132ef on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6132ef on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green19.6%
Blue93.7%
CMYK percentages
Cyan59.4%
Magenta79.1%
Yellow0.0%
Key (black)6.3%
Color previews
#6132ef text on a black background
contrast 3.21:1
Card sample
#6132ef text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6132ef;
Background color
Panel with #6132ef background
background-color: #6132ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6132ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 50, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 50, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6132ef; background: linear-gradient(135deg, #6132ef, #DF32EF);