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