#9a91eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
154, 145, 235
HSL
246°, 69%, 75%
CMYK
35, 38, 0, 8
Luminance
0.3312
Every format
| HEX | #9a91eb |
| RGB | rgb(154, 145, 235) |
| HSL | hsl(246, 69%, 75%) |
| CMYK | cmyk(35%, 38%, 0%, 8%) |
| LAB | lab(64.3 23.8 -44.3) |
| LCH | lch(64.3 50.3 298.3) |
| OKLCH | oklch(0.701 0.130 287.1) |
Copy-ready code
/* CSS */
color: #9a91eb;
background-color: #9a91eb;
/* Tailwind (arbitrary) */
class="text-[#9a91eb] bg-[#9a91eb]"
/* SCSS */
$brand: #9a91eb;
/* SwiftUI */
Color(red: 0.604, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#9a91eb")Accessibility — WCAG contrast
Aa
#9a91eb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9a91eb on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green56.9%
Blue92.2%
CMYK percentages
Cyan34.5%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#9a91eb text on a black background
contrast 7.62:1
Card sample
#9a91eb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a91eb;
Background color
Panel with #9a91eb background
background-color: #9a91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a91eb; background: linear-gradient(135deg, #9a91eb, #D691EB);