#918ceb
a light, vivid blue · warm · closest name: dodgerblue
RGB
145, 140, 235
HSL
243°, 70%, 74%
CMYK
38, 40, 0, 8
Luminance
0.3077
Every format
| HEX | #918ceb |
| RGB | rgb(145, 140, 235) |
| HSL | hsl(243, 70%, 74%) |
| CMYK | cmyk(38%, 40%, 0%, 8%) |
| LAB | lab(62.3 24.4 -47.4) |
| LCH | lch(62.3 53.3 297.2) |
| OKLCH | oklch(0.685 0.138 284.5) |
Copy-ready code
/* CSS */
color: #918ceb;
background-color: #918ceb;
/* Tailwind (arbitrary) */
class="text-[#918ceb] bg-[#918ceb]"
/* SCSS */
$brand: #918ceb;
/* SwiftUI */
Color(red: 0.569, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#918ceb")Accessibility — WCAG contrast
Aa
#918ceb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#918ceb on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green54.9%
Blue92.2%
CMYK percentages
Cyan38.3%
Magenta40.4%
Yellow0.0%
Key (black)7.8%
Color previews
#918ceb text on a black background
contrast 7.15:1
Card sample
#918ceb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #918ceb;
Background color
Panel with #918ceb background
background-color: #918ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #918ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #918ceb; background: linear-gradient(135deg, #918ceb, #D08CEB);