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