#679ddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
103, 157, 223
HSL
213°, 65%, 64%
CMYK
54, 30, 0, 13
Luminance
0.3233
Every format
| HEX | #679ddf |
| RGB | rgb(103, 157, 223) |
| HSL | hsl(213, 65%, 64%) |
| CMYK | cmyk(54%, 30%, 0%, 13%) |
| LAB | lab(63.6 0.9 -38.9) |
| LCH | lch(63.6 38.9 271.3) |
| OKLCH | oklch(0.686 0.114 254.2) |
Copy-ready code
/* CSS */
color: #679ddf;
background-color: #679ddf;
/* Tailwind (arbitrary) */
class="text-[#679ddf] bg-[#679ddf]"
/* SCSS */
$brand: #679ddf;
/* SwiftUI */
Color(red: 0.404, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#679ddf")Accessibility — WCAG contrast
Aa
#679ddf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#679ddf on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green61.6%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#679ddf text on a black background
contrast 7.47:1
Card sample
#679ddf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #679ddf;
Background color
Panel with #679ddf background
background-color: #679ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #679ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #679ddf; background: linear-gradient(135deg, #679ddf, #8167DF);