#918fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
145, 143, 223
HSL
242°, 56%, 72%
CMYK
35, 36, 0, 13
Luminance
0.3099
Every format
| HEX | #918fdf |
| RGB | rgb(145, 143, 223) |
| HSL | hsl(242, 56%, 72%) |
| CMYK | cmyk(35%, 36%, 0%, 13%) |
| LAB | lab(62.5 19.4 -40.5) |
| LCH | lch(62.5 44.9 295.6) |
| OKLCH | oklch(0.684 0.117 284.0) |
Copy-ready code
/* CSS */
color: #918fdf;
background-color: #918fdf;
/* Tailwind (arbitrary) */
class="text-[#918fdf] bg-[#918fdf]"
/* SCSS */
$brand: #918fdf;
/* SwiftUI */
Color(red: 0.569, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#918fdf")Accessibility — WCAG contrast
Aa
#918fdf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#918fdf on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#918fdf text on a black background
contrast 7.20:1
Card sample
#918fdf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #918fdf;
Background color
Panel with #918fdf background
background-color: #918fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #918fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #918fdf; background: linear-gradient(135deg, #918fdf, #C68FDF);