#679ef9
a light, electric blue · cool · closest name: dodgerblue
RGB
103, 158, 249
HSL
217°, 92%, 69%
CMYK
59, 37, 0, 2
Luminance
0.3418
Every format
| HEX | #679ef9 |
| RGB | rgb(103, 158, 249) |
| HSL | hsl(217, 92%, 69%) |
| CMYK | cmyk(59%, 37%, 0%, 2%) |
| LAB | lab(65.1 8.5 -50.9) |
| LCH | lch(65.1 51.6 279.5) |
| OKLCH | oklch(0.702 0.146 260.0) |
Copy-ready code
/* CSS */
color: #679ef9;
background-color: #679ef9;
/* Tailwind (arbitrary) */
class="text-[#679ef9] bg-[#679ef9]"
/* SCSS */
$brand: #679ef9;
/* SwiftUI */
Color(red: 0.404, green: 0.620, blue: 0.976)
/* Android */
Color.parseColor("#679ef9")Accessibility — WCAG contrast
Aa
#679ef9 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#679ef9 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green62.0%
Blue97.6%
CMYK percentages
Cyan58.6%
Magenta36.5%
Yellow0.0%
Key (black)2.4%
Color previews
#679ef9 text on a black background
contrast 7.84:1
Card sample
#679ef9 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #679ef9;
Background color
Panel with #679ef9 background
background-color: #679ef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #679ef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 158, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 158, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #679ef9; background: linear-gradient(135deg, #679ef9, #9167F9);