#908eee
a light, vivid blue · warm · closest name: dodgerblue
RGB
144, 142, 238
HSL
241°, 74%, 75%
CMYK
40, 40, 0, 7
Luminance
0.3145
Every format
| HEX | #908eee |
| RGB | rgb(144, 142, 238) |
| HSL | hsl(241, 74%, 75%) |
| CMYK | cmyk(40%, 40%, 0%, 7%) |
| LAB | lab(62.9 23.8 -48.2) |
| LCH | lch(62.9 53.7 296.3) |
| OKLCH | oklch(0.689 0.139 283.1) |
Copy-ready code
/* CSS */
color: #908eee;
background-color: #908eee;
/* Tailwind (arbitrary) */
class="text-[#908eee] bg-[#908eee]"
/* SCSS */
$brand: #908eee;
/* SwiftUI */
Color(red: 0.565, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#908eee")Accessibility — WCAG contrast
Aa
#908eee on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#908eee on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green55.7%
Blue93.3%
CMYK percentages
Cyan39.5%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#908eee text on a black background
contrast 7.29:1
Card sample
#908eee text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #908eee;
Background color
Panel with #908eee background
background-color: #908eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #908eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #908eee; background: linear-gradient(135deg, #908eee, #D08EEE);