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