#689fff
a light, electric blue · cool · closest name: dodgerblue
RGB
104, 159, 255
HSL
218°, 100%, 70%
CMYK
59, 38, 0, 0
Luminance
0.3496
Every format
| HEX | #689fff |
| RGB | rgb(104, 159, 255) |
| HSL | hsl(218, 100%, 70%) |
| CMYK | cmyk(59%, 38%, 0%, 0%) |
| LAB | lab(65.7 10.1 -53.1) |
| LCH | lch(65.7 54.1 280.7) |
| OKLCH | oklch(0.708 0.153 260.8) |
Copy-ready code
/* CSS */
color: #689fff;
background-color: #689fff;
/* Tailwind (arbitrary) */
class="text-[#689fff] bg-[#689fff]"
/* SCSS */
$brand: #689fff;
/* SwiftUI */
Color(red: 0.408, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#689fff")Accessibility — WCAG contrast
Aa
#689fff on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#689fff on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green62.4%
Blue100.0%
CMYK percentages
Cyan59.2%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#689fff text on a black background
contrast 7.99:1
Card sample
#689fff text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #689fff;
Background color
Panel with #689fff background
background-color: #689fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #689fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #689fff; background: linear-gradient(135deg, #689fff, #9668FF);