#928cdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
146, 140, 223
HSL
244°, 57%, 71%
CMYK
35, 37, 0, 13
Luminance
0.3019
Every format
| HEX | #928cdf |
| RGB | rgb(146, 140, 223) |
| HSL | hsl(244, 57%, 71%) |
| CMYK | cmyk(35%, 37%, 0%, 13%) |
| LAB | lab(61.8 21.4 -41.5) |
| LCH | lch(61.8 46.7 297.3) |
| OKLCH | oklch(0.679 0.121 286.0) |
Copy-ready code
/* CSS */
color: #928cdf;
background-color: #928cdf;
/* Tailwind (arbitrary) */
class="text-[#928cdf] bg-[#928cdf]"
/* SCSS */
$brand: #928cdf;
/* SwiftUI */
Color(red: 0.573, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#928cdf")Accessibility — WCAG contrast
Aa
#928cdf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#928cdf on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green54.9%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#928cdf text on a black background
contrast 7.04:1
Card sample
#928cdf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928cdf;
Background color
Panel with #928cdf background
background-color: #928cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928cdf; background: linear-gradient(135deg, #928cdf, #C98CDF);