#8682eb
a light, vivid blue · warm · closest name: royalblue
RGB
134, 130, 235
HSL
242°, 72%, 72%
CMYK
43, 45, 0, 8
Luminance
0.2703
Every format
| HEX | #8682eb |
| RGB | rgb(134, 130, 235) |
| HSL | hsl(242, 72%, 72%) |
| CMYK | cmyk(43%, 45%, 0%, 8%) |
| LAB | lab(59.0 27.4 -52.7) |
| LCH | lch(59.0 59.4 297.5) |
| OKLCH | oklch(0.657 0.153 283.1) |
Copy-ready code
/* CSS */
color: #8682eb;
background-color: #8682eb;
/* Tailwind (arbitrary) */
class="text-[#8682eb] bg-[#8682eb]"
/* SCSS */
$brand: #8682eb;
/* SwiftUI */
Color(red: 0.525, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#8682eb")Accessibility — WCAG contrast
Aa
#8682eb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8682eb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green51.0%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#8682eb text on a black background
contrast 6.41:1
Card sample
#8682eb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8682eb;
Background color
Panel with #8682eb background
background-color: #8682eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8682eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8682eb; background: linear-gradient(135deg, #8682eb, #CC82EB);