#679ef6
a light, electric blue · cool · closest name: dodgerblue
RGB
103, 158, 246
HSL
217°, 89%, 68%
CMYK
58, 36, 0, 4
Luminance
0.3399
Every format
| HEX | #679ef6 |
| RGB | rgb(103, 158, 246) |
| HSL | hsl(217, 89%, 68%) |
| CMYK | cmyk(58%, 36%, 0%, 4%) |
| LAB | lab(65.0 7.6 -49.5) |
| LCH | lch(65.0 50.0 278.7) |
| OKLCH | oklch(0.700 0.142 259.4) |
Copy-ready code
/* CSS */
color: #679ef6;
background-color: #679ef6;
/* Tailwind (arbitrary) */
class="text-[#679ef6] bg-[#679ef6]"
/* SCSS */
$brand: #679ef6;
/* SwiftUI */
Color(red: 0.404, green: 0.620, blue: 0.965)
/* Android */
Color.parseColor("#679ef6")Accessibility — WCAG contrast
Aa
#679ef6 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#679ef6 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green62.0%
Blue96.5%
CMYK percentages
Cyan58.1%
Magenta35.8%
Yellow0.0%
Key (black)3.5%
Color previews
#679ef6 text on a black background
contrast 7.80:1
Card sample
#679ef6 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #679ef6;
Background color
Panel with #679ef6 background
background-color: #679ef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #679ef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 158, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 158, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #679ef6; background: linear-gradient(135deg, #679ef6, #8F67F6);