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