#6786fc
a light, electric blue · warm · closest name: royalblue
RGB
103, 134, 252
HSL
228°, 96%, 70%
CMYK
59, 47, 0, 1
Luminance
0.2696
Every format
| HEX | #6786fc |
| RGB | rgb(103, 134, 252) |
| HSL | hsl(228, 96%, 70%) |
| CMYK | cmyk(59%, 47%, 0%, 1%) |
| LAB | lab(58.9 23.7 -62.3) |
| LCH | lch(58.9 66.7 290.8) |
| OKLCH | oklch(0.655 0.178 269.9) |
Copy-ready code
/* CSS */
color: #6786fc;
background-color: #6786fc;
/* Tailwind (arbitrary) */
class="text-[#6786fc] bg-[#6786fc]"
/* SCSS */
$brand: #6786fc;
/* SwiftUI */
Color(red: 0.404, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#6786fc")Accessibility — WCAG contrast
Aa
#6786fc on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6786fc on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green52.5%
Blue98.8%
CMYK percentages
Cyan59.1%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#6786fc text on a black background
contrast 6.39:1
Card sample
#6786fc text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6786fc;
Background color
Panel with #6786fc background
background-color: #6786fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6786fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6786fc; background: linear-gradient(135deg, #6786fc, #AB67FC);