#938bcf
a light, soft blue · warm · closest name: plum
RGB
147, 139, 207
HSL
247°, 42%, 68%
CMYK
29, 33, 0, 19
Luminance
0.2917
Every format
| HEX | #938bcf |
| RGB | rgb(147, 139, 207) |
| HSL | hsl(247, 42%, 68%) |
| CMYK | cmyk(29%, 33%, 0%, 19%) |
| LAB | lab(60.9 18.1 -34.0) |
| LCH | lch(60.9 38.5 298.1) |
| OKLCH | oklch(0.670 0.100 288.8) |
Copy-ready code
/* CSS */
color: #938bcf;
background-color: #938bcf;
/* Tailwind (arbitrary) */
class="text-[#938bcf] bg-[#938bcf]"
/* SCSS */
$brand: #938bcf;
/* SwiftUI */
Color(red: 0.576, green: 0.545, blue: 0.812)
/* Android */
Color.parseColor("#938bcf")Accessibility — WCAG contrast
Aa
#938bcf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#938bcf on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green54.5%
Blue81.2%
CMYK percentages
Cyan29.0%
Magenta32.9%
Yellow0.0%
Key (black)18.8%
Color previews
#938bcf text on a black background
contrast 6.83:1
Card sample
#938bcf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #938bcf;
Background color
Panel with #938bcf background
background-color: #938bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #938bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 139, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 139, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #938bcf; background: linear-gradient(135deg, #938bcf, #C08BCF);