#676fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
103, 111, 223
HSL
236°, 65%, 64%
CMYK
54, 50, 0, 13
Luminance
0.1958
Every format
| HEX | #676fdf |
| RGB | rgb(103, 111, 223) |
| HSL | hsl(236, 65%, 64%) |
| CMYK | cmyk(54%, 50%, 0%, 13%) |
| LAB | lab(51.4 28.3 -58.3) |
| LCH | lch(51.4 64.8 295.9) |
| OKLCH | oklch(0.592 0.168 276.9) |
Copy-ready code
/* CSS */
color: #676fdf;
background-color: #676fdf;
/* Tailwind (arbitrary) */
class="text-[#676fdf] bg-[#676fdf]"
/* SCSS */
$brand: #676fdf;
/* SwiftUI */
Color(red: 0.404, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#676fdf")Accessibility — WCAG contrast
Aa
#676fdf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#676fdf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#676fdf text on a black background
contrast 4.92:1
Card sample
#676fdf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #676fdf;
Background color
Panel with #676fdf background
background-color: #676fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #676fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #676fdf; background: linear-gradient(135deg, #676fdf, #AF67DF);