#6f6ccc
a balanced, vivid blue · warm · closest name: slateblue
RGB
111, 108, 204
HSL
242°, 49%, 61%
CMYK
46, 47, 0, 20
Luminance
0.1846
Every format
| HEX | #6f6ccc |
| RGB | rgb(111, 108, 204) |
| HSL | hsl(242, 49%, 61%) |
| CMYK | cmyk(46%, 47%, 0%, 20%) |
| LAB | lab(50.0 26.0 -49.6) |
| LCH | lch(50.0 56.0 297.7) |
| OKLCH | oklch(0.580 0.144 282.3) |
Copy-ready code
/* CSS */
color: #6f6ccc;
background-color: #6f6ccc;
/* Tailwind (arbitrary) */
class="text-[#6f6ccc] bg-[#6f6ccc]"
/* SCSS */
$brand: #6f6ccc;
/* SwiftUI */
Color(red: 0.435, green: 0.424, blue: 0.800)
/* Android */
Color.parseColor("#6f6ccc")Accessibility — WCAG contrast
Aa
#6f6ccc on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f6ccc on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green42.4%
Blue80.0%
CMYK percentages
Cyan45.6%
Magenta47.1%
Yellow0.0%
Key (black)20.0%
Color previews
#6f6ccc text on a black background
contrast 4.69:1
Card sample
#6f6ccc text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f6ccc;
Background color
Panel with #6f6ccc background
background-color: #6f6ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f6ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 108, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 108, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f6ccc; background: linear-gradient(135deg, #6f6ccc, #AF6CCC);