#679fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
103, 159, 223
HSL
212°, 65%, 64%
CMYK
54, 29, 0, 13
Luminance
0.3301
Every format
| HEX | #679fdf |
| RGB | rgb(103, 159, 223) |
| HSL | hsl(212, 65%, 64%) |
| CMYK | cmyk(54%, 29%, 0%, 13%) |
| LAB | lab(64.2 -0.2 -38.0) |
| LCH | lch(64.2 38.0 269.6) |
| OKLCH | oklch(0.690 0.112 252.7) |
Copy-ready code
/* CSS */
color: #679fdf;
background-color: #679fdf;
/* Tailwind (arbitrary) */
class="text-[#679fdf] bg-[#679fdf]"
/* SCSS */
$brand: #679fdf;
/* SwiftUI */
Color(red: 0.404, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#679fdf")Accessibility — WCAG contrast
Aa
#679fdf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#679fdf on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green62.4%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#679fdf text on a black background
contrast 7.60:1
Card sample
#679fdf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #679fdf;
Background color
Panel with #679fdf background
background-color: #679fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #679fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #679fdf; background: linear-gradient(135deg, #679fdf, #7F67DF);