#6787f4
a light, electric blue · warm · closest name: dodgerblue
RGB
103, 135, 244
HSL
226°, 87%, 68%
CMYK
58, 45, 0, 4
Luminance
0.2674
Every format
| HEX | #6787f4 |
| RGB | rgb(103, 135, 244) |
| HSL | hsl(226, 87%, 68%) |
| CMYK | cmyk(58%, 45%, 0%, 4%) |
| LAB | lab(58.7 20.5 -58.2) |
| LCH | lch(58.7 61.7 289.4) |
| OKLCH | oklch(0.652 0.166 269.1) |
Copy-ready code
/* CSS */
color: #6787f4;
background-color: #6787f4;
/* Tailwind (arbitrary) */
class="text-[#6787f4] bg-[#6787f4]"
/* SCSS */
$brand: #6787f4;
/* SwiftUI */
Color(red: 0.404, green: 0.529, blue: 0.957)
/* Android */
Color.parseColor("#6787f4")Accessibility — WCAG contrast
Aa
#6787f4 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6787f4 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green52.9%
Blue95.7%
CMYK percentages
Cyan57.8%
Magenta44.7%
Yellow0.0%
Key (black)4.3%
Color previews
#6787f4 text on a black background
contrast 6.35:1
Card sample
#6787f4 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6787f4;
Background color
Panel with #6787f4 background
background-color: #6787f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6787f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 135, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 135, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6787f4; background: linear-gradient(135deg, #6787f4, #A567F4);