#9692df
a light, vivid blue · warm · closest name: plum
RGB
150, 146, 223
HSL
243°, 55%, 72%
CMYK
33, 35, 0, 13
Luminance
0.3237
Every format
| HEX | #9692df |
| RGB | rgb(150, 146, 223) |
| HSL | hsl(243, 55%, 72%) |
| CMYK | cmyk(33%, 35%, 0%, 13%) |
| LAB | lab(63.6 19.0 -38.6) |
| LCH | lch(63.6 43.1 296.2) |
| OKLCH | oklch(0.694 0.112 285.5) |
Copy-ready code
/* CSS */
color: #9692df;
background-color: #9692df;
/* Tailwind (arbitrary) */
class="text-[#9692df] bg-[#9692df]"
/* SCSS */
$brand: #9692df;
/* SwiftUI */
Color(red: 0.588, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#9692df")Accessibility — WCAG contrast
Aa
#9692df on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9692df on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green57.3%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9692df text on a black background
contrast 7.47:1
Card sample
#9692df text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9692df;
Background color
Panel with #9692df background
background-color: #9692df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9692df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9692df; background: linear-gradient(135deg, #9692df, #C992DF);