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