#679fef
a light, electric blue · cool · closest name: dodgerblue
RGB
103, 159, 239
HSL
215°, 81%, 67%
CMYK
57, 34, 0, 6
Luminance
0.3391
Every format
| HEX | #679fef |
| RGB | rgb(103, 159, 239) |
| HSL | hsl(215, 81%, 67%) |
| CMYK | cmyk(57%, 34%, 0%, 6%) |
| LAB | lab(64.9 4.8 -45.7) |
| LCH | lch(64.9 46.0 275.9) |
| OKLCH | oklch(0.698 0.132 257.4) |
Copy-ready code
/* CSS */
color: #679fef;
background-color: #679fef;
/* Tailwind (arbitrary) */
class="text-[#679fef] bg-[#679fef]"
/* SCSS */
$brand: #679fef;
/* SwiftUI */
Color(red: 0.404, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#679fef")Accessibility — WCAG contrast
Aa
#679fef on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#679fef on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green62.4%
Blue93.7%
CMYK percentages
Cyan56.9%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#679fef text on a black background
contrast 7.78:1
Card sample
#679fef text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #679fef;
Background color
Panel with #679fef background
background-color: #679fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #679fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #679fef; background: linear-gradient(135deg, #679fef, #8A67EF);