#9b94eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
155, 148, 235
HSL
245°, 69%, 75%
CMYK
34, 37, 0, 8
Luminance
0.3415
Every format
| HEX | #9b94eb |
| RGB | rgb(155, 148, 235) |
| HSL | hsl(245, 69%, 75%) |
| CMYK | cmyk(34%, 37%, 0%, 8%) |
| LAB | lab(65.1 22.4 -43.0) |
| LCH | lch(65.1 48.5 297.5) |
| OKLCH | oklch(0.708 0.126 286.4) |
Copy-ready code
/* CSS */
color: #9b94eb;
background-color: #9b94eb;
/* Tailwind (arbitrary) */
class="text-[#9b94eb] bg-[#9b94eb]"
/* SCSS */
$brand: #9b94eb;
/* SwiftUI */
Color(red: 0.608, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#9b94eb")Accessibility — WCAG contrast
Aa
#9b94eb on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b94eb on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green58.0%
Blue92.2%
CMYK percentages
Cyan34.0%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9b94eb text on a black background
contrast 7.83:1
Card sample
#9b94eb text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b94eb;
Background color
Panel with #9b94eb background
background-color: #9b94eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b94eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b94eb; background: linear-gradient(135deg, #9b94eb, #D594EB);