#6136eb
a balanced, electric blue · warm · closest name: blue
RGB
97, 54, 235
HSL
254°, 82%, 57%
CMYK
59, 77, 0, 8
Luminance
0.1118
Every format
| HEX | #6136eb |
| RGB | rgb(97, 54, 235) |
| HSL | hsl(254, 82%, 57%) |
| CMYK | cmyk(59%, 77%, 0%, 8%) |
| LAB | lab(39.9 62.6 -83.8) |
| LCH | lch(39.9 104.6 306.7) |
| OKLCH | oklch(0.510 0.249 284.1) |
Copy-ready code
/* CSS */
color: #6136eb;
background-color: #6136eb;
/* Tailwind (arbitrary) */
class="text-[#6136eb] bg-[#6136eb]"
/* SCSS */
$brand: #6136eb;
/* SwiftUI */
Color(red: 0.380, green: 0.212, blue: 0.922)
/* Android */
Color.parseColor("#6136eb")Accessibility — WCAG contrast
Aa
#6136eb on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6136eb on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green21.2%
Blue92.2%
CMYK percentages
Cyan58.7%
Magenta77.0%
Yellow0.0%
Key (black)7.8%
Color previews
#6136eb text on a black background
contrast 3.24:1
Card sample
#6136eb text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6136eb;
Background color
Panel with #6136eb background
background-color: #6136eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6136eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 54, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 54, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6136eb; background: linear-gradient(135deg, #6136eb, #DA36EB);