#918ce2
a light, vivid blue · warm · closest name: dodgerblue
RGB
145, 140, 226
HSL
244°, 60%, 72%
CMYK
36, 38, 0, 11
Luminance
0.3027
Every format
| HEX | #918ce2 |
| RGB | rgb(145, 140, 226) |
| HSL | hsl(244, 60%, 72%) |
| CMYK | cmyk(36%, 38%, 0%, 11%) |
| LAB | lab(61.9 21.9 -43.1) |
| LCH | lch(61.9 48.3 297.0) |
| OKLCH | oklch(0.680 0.125 285.2) |
Copy-ready code
/* CSS */
color: #918ce2;
background-color: #918ce2;
/* Tailwind (arbitrary) */
class="text-[#918ce2] bg-[#918ce2]"
/* SCSS */
$brand: #918ce2;
/* SwiftUI */
Color(red: 0.569, green: 0.549, blue: 0.886)
/* Android */
Color.parseColor("#918ce2")Accessibility — WCAG contrast
Aa
#918ce2 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#918ce2 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green54.9%
Blue88.6%
CMYK percentages
Cyan35.8%
Magenta38.1%
Yellow0.0%
Key (black)11.4%
Color previews
#918ce2 text on a black background
contrast 7.05:1
Card sample
#918ce2 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #918ce2;
Background color
Panel with #918ce2 background
background-color: #918ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #918ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 140, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 140, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #918ce2; background: linear-gradient(135deg, #918ce2, #CA8CE2);