#6d5abc
a balanced, soft blue · warm · closest name: slateblue
RGB
109, 90, 188
HSL
252°, 42%, 55%
CMYK
42, 52, 0, 26
Luminance
0.1419
Every format
| HEX | #6d5abc |
| RGB | rgb(109, 90, 188) |
| HSL | hsl(252, 42%, 55%) |
| CMYK | cmyk(42%, 52%, 0%, 26%) |
| LAB | lab(44.5 31.7 -49.3) |
| LCH | lch(44.5 58.6 302.8) |
| OKLCH | oklch(0.535 0.148 289.3) |
Copy-ready code
/* CSS */
color: #6d5abc;
background-color: #6d5abc;
/* Tailwind (arbitrary) */
class="text-[#6d5abc] bg-[#6d5abc]"
/* SCSS */
$brand: #6d5abc;
/* SwiftUI */
Color(red: 0.427, green: 0.353, blue: 0.737)
/* Android */
Color.parseColor("#6d5abc")Accessibility — WCAG contrast
Aa
#6d5abc on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6d5abc on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green35.3%
Blue73.7%
CMYK percentages
Cyan42.0%
Magenta52.1%
Yellow0.0%
Key (black)26.3%
Color previews
#6d5abc text on a black background
contrast 3.84:1
Card sample
#6d5abc text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d5abc;
Background color
Panel with #6d5abc background
background-color: #6d5abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d5abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 90, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 90, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d5abc; background: linear-gradient(135deg, #6d5abc, #AE5ABC);