#918ce4
a light, vivid blue · warm · closest name: dodgerblue
RGB
145, 140, 228
HSL
243°, 62%, 72%
CMYK
36, 39, 0, 11
Luminance
0.3038
Every format
| HEX | #918ce4 |
| RGB | rgb(145, 140, 228) |
| HSL | hsl(243, 62%, 72%) |
| CMYK | cmyk(36%, 39%, 0%, 11%) |
| LAB | lab(62.0 22.5 -44.0) |
| LCH | lch(62.0 49.5 297.0) |
| OKLCH | oklch(0.681 0.128 285.1) |
Copy-ready code
/* CSS */
color: #918ce4;
background-color: #918ce4;
/* Tailwind (arbitrary) */
class="text-[#918ce4] bg-[#918ce4]"
/* SCSS */
$brand: #918ce4;
/* SwiftUI */
Color(red: 0.569, green: 0.549, blue: 0.894)
/* Android */
Color.parseColor("#918ce4")Accessibility — WCAG contrast
Aa
#918ce4 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#918ce4 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green54.9%
Blue89.4%
CMYK percentages
Cyan36.4%
Magenta38.6%
Yellow0.0%
Key (black)10.6%
Color previews
#918ce4 text on a black background
contrast 7.08:1
Card sample
#918ce4 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #918ce4;
Background color
Panel with #918ce4 background
background-color: #918ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #918ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 140, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 140, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #918ce4; background: linear-gradient(135deg, #918ce4, #CC8CE4);