#6b86fc
a light, electric blue · warm · closest name: royalblue
RGB
107, 134, 252
HSL
229°, 96%, 70%
CMYK
58, 47, 0, 1
Luminance
0.2720
Every format
| HEX | #6b86fc |
| RGB | rgb(107, 134, 252) |
| HSL | hsl(229, 96%, 70%) |
| CMYK | cmyk(58%, 47%, 0%, 1%) |
| LAB | lab(59.2 24.4 -62.0) |
| LCH | lch(59.2 66.6 291.5) |
| OKLCH | oklch(0.657 0.177 271.1) |
Copy-ready code
/* CSS */
color: #6b86fc;
background-color: #6b86fc;
/* Tailwind (arbitrary) */
class="text-[#6b86fc] bg-[#6b86fc]"
/* SCSS */
$brand: #6b86fc;
/* SwiftUI */
Color(red: 0.420, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#6b86fc")Accessibility — WCAG contrast
Aa
#6b86fc on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6b86fc on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green52.5%
Blue98.8%
CMYK percentages
Cyan57.5%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#6b86fc text on a black background
contrast 6.44:1
Card sample
#6b86fc text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b86fc;
Background color
Panel with #6b86fc background
background-color: #6b86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b86fc; background: linear-gradient(135deg, #6b86fc, #B16BFC);