#679eb3
a balanced, soft cyan · cool · closest name: skyblue
RGB
103, 158, 179
HSL
197°, 33%, 55%
CMYK
43, 12, 0, 30
Luminance
0.3059
Every format
| HEX | #679eb3 |
| RGB | rgb(103, 158, 179) |
| HSL | hsl(197, 33%, 55%) |
| CMYK | cmyk(43%, 12%, 0%, 30%) |
| LAB | lab(62.2 -12.5 -16.6) |
| LCH | lch(62.2 20.8 233.0) |
| OKLCH | oklch(0.669 0.066 224.1) |
Copy-ready code
/* CSS */
color: #679eb3;
background-color: #679eb3;
/* Tailwind (arbitrary) */
class="text-[#679eb3] bg-[#679eb3]"
/* SCSS */
$brand: #679eb3;
/* SwiftUI */
Color(red: 0.404, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#679eb3")Accessibility — WCAG contrast
Aa
#679eb3 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#679eb3 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green62.0%
Blue70.2%
CMYK percentages
Cyan42.5%
Magenta11.7%
Yellow0.0%
Key (black)29.8%
Color previews
#679eb3 text on a black background
contrast 7.12:1
Card sample
#679eb3 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #679eb3;
Background color
Panel with #679eb3 background
background-color: #679eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #679eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #679eb3; background: linear-gradient(135deg, #679eb3, #676BB3);