#686dfd
a light, electric blue · warm · closest name: royalblue
RGB
104, 109, 253
HSL
238°, 97%, 70%
CMYK
59, 57, 0, 1
Luminance
0.2097
Every format
| HEX | #686dfd |
| RGB | rgb(104, 109, 253) |
| HSL | hsl(238, 97%, 70%) |
| CMYK | cmyk(59%, 57%, 0%, 1%) |
| LAB | lab(52.9 39.2 -72.6) |
| LCH | lch(52.9 82.5 298.4) |
| OKLCH | oklch(0.610 0.210 276.7) |
Copy-ready code
/* CSS */
color: #686dfd;
background-color: #686dfd;
/* Tailwind (arbitrary) */
class="text-[#686dfd] bg-[#686dfd]"
/* SCSS */
$brand: #686dfd;
/* SwiftUI */
Color(red: 0.408, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#686dfd")Accessibility — WCAG contrast
Aa
#686dfd on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#686dfd on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green42.7%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#686dfd text on a black background
contrast 5.19:1
Card sample
#686dfd text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #686dfd;
Background color
Panel with #686dfd background
background-color: #686dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #686dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #686dfd; background: linear-gradient(135deg, #686dfd, #C668FD);