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