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