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