#6c6ca7
a balanced, soft blue · warm · closest name: steelblue
RGB
108, 108, 167
HSL
240°, 25%, 54%
CMYK
35, 35, 0, 35
Luminance
0.1670
Every format
| HEX | #6c6ca7 |
| RGB | rgb(108, 108, 167) |
| HSL | hsl(240, 25%, 54%) |
| CMYK | cmyk(35%, 35%, 0%, 35%) |
| LAB | lab(47.9 14.5 -31.6) |
| LCH | lch(47.9 34.8 294.6) |
| OKLCH | oklch(0.556 0.091 283.0) |
Copy-ready code
/* CSS */
color: #6c6ca7;
background-color: #6c6ca7;
/* Tailwind (arbitrary) */
class="text-[#6c6ca7] bg-[#6c6ca7]"
/* SCSS */
$brand: #6c6ca7;
/* SwiftUI */
Color(red: 0.424, green: 0.424, blue: 0.655)
/* Android */
Color.parseColor("#6c6ca7")Accessibility — WCAG contrast
Aa
#6c6ca7 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c6ca7 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green42.4%
Blue65.5%
CMYK percentages
Cyan35.3%
Magenta35.3%
Yellow0.0%
Key (black)34.5%
Color previews
#6c6ca7 text on a black background
contrast 4.34:1
Card sample
#6c6ca7 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c6ca7;
Background color
Panel with #6c6ca7 background
background-color: #6c6ca7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c6ca7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 108, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 108, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c6ca7; background: linear-gradient(135deg, #6c6ca7, #936CA7);