#9a94cf
a light, soft blue · warm · closest name: plum
RGB
154, 148, 207
HSL
246°, 38%, 70%
CMYK
26, 29, 0, 19
Luminance
0.3255
Every format
| HEX | #9a94cf |
| RGB | rgb(154, 148, 207) |
| HSL | hsl(246, 38%, 70%) |
| CMYK | cmyk(26%, 29%, 0%, 19%) |
| LAB | lab(63.8 15.0 -29.5) |
| LCH | lch(63.8 33.1 297.0) |
| OKLCH | oklch(0.694 0.086 288.6) |
Copy-ready code
/* CSS */
color: #9a94cf;
background-color: #9a94cf;
/* Tailwind (arbitrary) */
class="text-[#9a94cf] bg-[#9a94cf]"
/* SCSS */
$brand: #9a94cf;
/* SwiftUI */
Color(red: 0.604, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#9a94cf")Accessibility — WCAG contrast
Aa
#9a94cf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9a94cf on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green58.0%
Blue81.2%
CMYK percentages
Cyan25.6%
Magenta28.5%
Yellow0.0%
Key (black)18.8%
Color previews
#9a94cf text on a black background
contrast 7.51:1
Card sample
#9a94cf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a94cf;
Background color
Panel with #9a94cf background
background-color: #9a94cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a94cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a94cf; background: linear-gradient(135deg, #9a94cf, #C194CF);