#918beb
a light, vivid blue · warm · closest name: dodgerblue
RGB
145, 139, 235
HSL
244°, 71%, 73%
CMYK
38, 41, 0, 8
Luminance
0.3048
Every format
| HEX | #918beb |
| RGB | rgb(145, 139, 235) |
| HSL | hsl(244, 71%, 73%) |
| CMYK | cmyk(38%, 41%, 0%, 8%) |
| LAB | lab(62.1 24.9 -47.8) |
| LCH | lch(62.1 53.9 297.5) |
| OKLCH | oklch(0.683 0.139 284.9) |
Copy-ready code
/* CSS */
color: #918beb;
background-color: #918beb;
/* Tailwind (arbitrary) */
class="text-[#918beb] bg-[#918beb]"
/* SCSS */
$brand: #918beb;
/* SwiftUI */
Color(red: 0.569, green: 0.545, blue: 0.922)
/* Android */
Color.parseColor("#918beb")Accessibility — WCAG contrast
Aa
#918beb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#918beb on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green54.5%
Blue92.2%
CMYK percentages
Cyan38.3%
Magenta40.9%
Yellow0.0%
Key (black)7.8%
Color previews
#918beb text on a black background
contrast 7.10:1
Card sample
#918beb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #918beb;
Background color
Panel with #918beb background
background-color: #918beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #918beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 139, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 139, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #918beb; background: linear-gradient(135deg, #918beb, #D18BEB);