#689ef3
a light, electric blue · cool · closest name: dodgerblue
RGB
104, 158, 243
HSL
217°, 85%, 68%
CMYK
57, 35, 0, 5
Luminance
0.3387
Every format
| HEX | #689ef3 |
| RGB | rgb(104, 158, 243) |
| HSL | hsl(217, 85%, 68%) |
| CMYK | cmyk(57%, 35%, 0%, 5%) |
| LAB | lab(64.9 6.8 -48.0) |
| LCH | lch(64.9 48.4 278.1) |
| OKLCH | oklch(0.699 0.138 259.1) |
Copy-ready code
/* CSS */
color: #689ef3;
background-color: #689ef3;
/* Tailwind (arbitrary) */
class="text-[#689ef3] bg-[#689ef3]"
/* SCSS */
$brand: #689ef3;
/* SwiftUI */
Color(red: 0.408, green: 0.620, blue: 0.953)
/* Android */
Color.parseColor("#689ef3")Accessibility — WCAG contrast
Aa
#689ef3 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#689ef3 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green62.0%
Blue95.3%
CMYK percentages
Cyan57.2%
Magenta35.0%
Yellow0.0%
Key (black)4.7%
Color previews
#689ef3 text on a black background
contrast 7.77:1
Card sample
#689ef3 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #689ef3;
Background color
Panel with #689ef3 background
background-color: #689ef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #689ef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 158, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 158, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #689ef3; background: linear-gradient(135deg, #689ef3, #8F68F3);