#836feb
a light, electric blue · warm · closest name: slateblue
RGB
131, 111, 235
HSL
250°, 76%, 68%
CMYK
44, 53, 0, 8
Luminance
0.2219
Every format
| HEX | #836feb |
| RGB | rgb(131, 111, 235) |
| HSL | hsl(250, 76%, 68%) |
| CMYK | cmyk(44%, 53%, 0%, 8%) |
| LAB | lab(54.2 37.9 -60.3) |
| LCH | lch(54.2 71.2 302.1) |
| OKLCH | oklch(0.621 0.180 287.4) |
Copy-ready code
/* CSS */
color: #836feb;
background-color: #836feb;
/* Tailwind (arbitrary) */
class="text-[#836feb] bg-[#836feb]"
/* SCSS */
$brand: #836feb;
/* SwiftUI */
Color(red: 0.514, green: 0.435, blue: 0.922)
/* Android */
Color.parseColor("#836feb")Accessibility — WCAG contrast
Aa
#836feb on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#836feb on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green43.5%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta52.8%
Yellow0.0%
Key (black)7.8%
Color previews
#836feb text on a black background
contrast 5.44:1
Card sample
#836feb text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #836feb;
Background color
Panel with #836feb background
background-color: #836feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #836feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 111, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 111, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #836feb; background: linear-gradient(135deg, #836feb, #D66FEB);