#8693eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
134, 147, 235
HSL
232°, 72%, 72%
CMYK
43, 37, 0, 8
Luminance
0.3193
Every format
| HEX | #8693eb |
| RGB | rgb(134, 147, 235) |
| HSL | hsl(232, 72%, 72%) |
| CMYK | cmyk(43%, 37%, 0%, 8%) |
| LAB | lab(63.3 17.5 -45.9) |
| LCH | lch(63.3 49.1 290.9) |
| OKLCH | oklch(0.690 0.130 276.1) |
Copy-ready code
/* CSS */
color: #8693eb;
background-color: #8693eb;
/* Tailwind (arbitrary) */
class="text-[#8693eb] bg-[#8693eb]"
/* SCSS */
$brand: #8693eb;
/* SwiftUI */
Color(red: 0.525, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#8693eb")Accessibility — WCAG contrast
Aa
#8693eb on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8693eb on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green57.6%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8693eb text on a black background
contrast 7.39:1
Card sample
#8693eb text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8693eb;
Background color
Panel with #8693eb background
background-color: #8693eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8693eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8693eb; background: linear-gradient(135deg, #8693eb, #BC86EB);