#6d86fc
a light, electric blue · warm · closest name: royalblue
RGB
109, 134, 252
HSL
230°, 96%, 71%
CMYK
57, 47, 0, 1
Luminance
0.2733
Every format
| HEX | #6d86fc |
| RGB | rgb(109, 134, 252) |
| HSL | hsl(230, 96%, 71%) |
| CMYK | cmyk(57%, 47%, 0%, 1%) |
| LAB | lab(59.3 24.8 -61.8) |
| LCH | lch(59.3 66.5 291.9) |
| OKLCH | oklch(0.658 0.176 271.8) |
Copy-ready code
/* CSS */
color: #6d86fc;
background-color: #6d86fc;
/* Tailwind (arbitrary) */
class="text-[#6d86fc] bg-[#6d86fc]"
/* SCSS */
$brand: #6d86fc;
/* SwiftUI */
Color(red: 0.427, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#6d86fc")Accessibility — WCAG contrast
Aa
#6d86fc on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6d86fc on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green52.5%
Blue98.8%
CMYK percentages
Cyan56.7%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#6d86fc text on a black background
contrast 6.47:1
Card sample
#6d86fc text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d86fc;
Background color
Panel with #6d86fc background
background-color: #6d86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d86fc; background: linear-gradient(135deg, #6d86fc, #B36DFC);