#9594fb
a light, electric blue · warm · closest name: dodgerblue
RGB
149, 148, 251
HSL
241°, 93%, 78%
CMYK
41, 41, 0, 2
Luminance
0.3453
Every format
| HEX | #9594fb |
| RGB | rgb(149, 148, 251) |
| HSL | hsl(241, 93%, 78%) |
| CMYK | cmyk(41%, 41%, 0%, 2%) |
| LAB | lab(65.4 25.1 -51.3) |
| LCH | lch(65.4 57.1 296.1) |
| OKLCH | oklch(0.711 0.148 282.4) |
Copy-ready code
/* CSS */
color: #9594fb;
background-color: #9594fb;
/* Tailwind (arbitrary) */
class="text-[#9594fb] bg-[#9594fb]"
/* SCSS */
$brand: #9594fb;
/* SwiftUI */
Color(red: 0.584, green: 0.580, blue: 0.984)
/* Android */
Color.parseColor("#9594fb")Accessibility — WCAG contrast
Aa
#9594fb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9594fb on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green58.0%
Blue98.4%
CMYK percentages
Cyan40.6%
Magenta41.0%
Yellow0.0%
Key (black)1.6%
Color previews
#9594fb text on a black background
contrast 7.91:1
Card sample
#9594fb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9594fb;
Background color
Panel with #9594fb background
background-color: #9594fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9594fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 148, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 148, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9594fb; background: linear-gradient(135deg, #9594fb, #DA94FB);