#6c67ff
a light, electric blue · warm · closest name: slateblue
RGB
108, 103, 255
HSL
242°, 100%, 70%
CMYK
58, 60, 0, 0
Luminance
0.2011
Every format
| HEX | #6c67ff |
| RGB | rgb(108, 103, 255) |
| HSL | hsl(242, 100%, 70%) |
| CMYK | cmyk(58%, 60%, 0%, 0%) |
| LAB | lab(52.0 44.0 -75.2) |
| LCH | lch(52.0 87.2 300.3) |
| OKLCH | oklch(0.604 0.219 279.0) |
Copy-ready code
/* CSS */
color: #6c67ff;
background-color: #6c67ff;
/* Tailwind (arbitrary) */
class="text-[#6c67ff] bg-[#6c67ff]"
/* SCSS */
$brand: #6c67ff;
/* SwiftUI */
Color(red: 0.424, green: 0.404, blue: 1.000)
/* Android */
Color.parseColor("#6c67ff")Accessibility — WCAG contrast
Aa
#6c67ff on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c67ff on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green40.4%
Blue100.0%
CMYK percentages
Cyan57.6%
Magenta59.6%
Yellow0.0%
Key (black)0.0%
Color previews
#6c67ff text on a black background
contrast 5.02:1
Card sample
#6c67ff text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c67ff;
Background color
Panel with #6c67ff background
background-color: #6c67ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c67ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 103, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 103, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c67ff; background: linear-gradient(135deg, #6c67ff, #D167FF);