#6b6bff
a light, electric blue · warm · closest name: royalblue
RGB
107, 107, 255
HSL
240°, 100%, 71%
CMYK
58, 58, 0, 0
Luminance
0.2086
Every format
| HEX | #6b6bff |
| RGB | rgb(107, 107, 255) |
| HSL | hsl(240, 100%, 71%) |
| CMYK | cmyk(58%, 58%, 0%, 0%) |
| LAB | lab(52.8 41.5 -73.9) |
| LCH | lch(52.8 84.7 299.3) |
| OKLCH | oklch(0.610 0.214 278.0) |
Copy-ready code
/* CSS */
color: #6b6bff;
background-color: #6b6bff;
/* Tailwind (arbitrary) */
class="text-[#6b6bff] bg-[#6b6bff]"
/* SCSS */
$brand: #6b6bff;
/* SwiftUI */
Color(red: 0.420, green: 0.420, blue: 1.000)
/* Android */
Color.parseColor("#6b6bff")Accessibility — WCAG contrast
Aa
#6b6bff on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6b6bff on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green42.0%
Blue100.0%
CMYK percentages
Cyan58.0%
Magenta58.0%
Yellow0.0%
Key (black)0.0%
Color previews
#6b6bff text on a black background
contrast 5.17:1
Card sample
#6b6bff text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b6bff;
Background color
Panel with #6b6bff background
background-color: #6b6bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b6bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 107, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 107, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b6bff; background: linear-gradient(135deg, #6b6bff, #CE6BFF);