#908fe7
a light, vivid blue · warm · closest name: dodgerblue
RGB
144, 143, 231
HSL
241°, 65%, 73%
CMYK
38, 38, 0, 9
Luminance
0.3134
Every format
| HEX | #908fe7 |
| RGB | rgb(144, 143, 231) |
| HSL | hsl(241, 65%, 73%) |
| CMYK | cmyk(38%, 38%, 0%, 9%) |
| LAB | lab(62.8 21.3 -44.4) |
| LCH | lch(62.8 49.3 295.6) |
| OKLCH | oklch(0.687 0.128 283.0) |
Copy-ready code
/* CSS */
color: #908fe7;
background-color: #908fe7;
/* Tailwind (arbitrary) */
class="text-[#908fe7] bg-[#908fe7]"
/* SCSS */
$brand: #908fe7;
/* SwiftUI */
Color(red: 0.565, green: 0.561, blue: 0.906)
/* Android */
Color.parseColor("#908fe7")Accessibility — WCAG contrast
Aa
#908fe7 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#908fe7 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green56.1%
Blue90.6%
CMYK percentages
Cyan37.7%
Magenta38.1%
Yellow0.0%
Key (black)9.4%
Color previews
#908fe7 text on a black background
contrast 7.27:1
Card sample
#908fe7 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #908fe7;
Background color
Panel with #908fe7 background
background-color: #908fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #908fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 143, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 143, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #908fe7; background: linear-gradient(135deg, #908fe7, #CB8FE7);