#9292c9
a light, soft blue · warm · closest name: steelblue
RGB
146, 146, 201
HSL
240°, 34%, 68%
CMYK
27, 27, 0, 21
Luminance
0.3089
Every format
| HEX | #9292c9 |
| RGB | rgb(146, 146, 201) |
| HSL | hsl(240, 34%, 68%) |
| CMYK | cmyk(27%, 27%, 0%, 21%) |
| LAB | lab(62.4 12.3 -28.3) |
| LCH | lch(62.4 30.9 293.4) |
| OKLCH | oklch(0.681 0.081 284.1) |
Copy-ready code
/* CSS */
color: #9292c9;
background-color: #9292c9;
/* Tailwind (arbitrary) */
class="text-[#9292c9] bg-[#9292c9]"
/* SCSS */
$brand: #9292c9;
/* SwiftUI */
Color(red: 0.573, green: 0.573, blue: 0.788)
/* Android */
Color.parseColor("#9292c9")Accessibility — WCAG contrast
Aa
#9292c9 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9292c9 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green57.3%
Blue78.8%
CMYK percentages
Cyan27.4%
Magenta27.4%
Yellow0.0%
Key (black)21.2%
Color previews
#9292c9 text on a black background
contrast 7.18:1
Card sample
#9292c9 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9292c9;
Background color
Panel with #9292c9 background
background-color: #9292c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9292c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 146, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 146, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9292c9; background: linear-gradient(135deg, #9292c9, #B792C9);