#769eb2
a balanced, soft blue · cool · closest name: skyblue
RGB
118, 158, 178
HSL
200°, 28%, 58%
CMYK
34, 11, 0, 30
Luminance
0.3152
Every format
| HEX | #769eb2 |
| RGB | rgb(118, 158, 178) |
| HSL | hsl(200, 28%, 58%) |
| CMYK | cmyk(34%, 11%, 0%, 30%) |
| LAB | lab(62.9 -8.6 -14.8) |
| LCH | lch(62.9 17.1 239.7) |
| OKLCH | oklch(0.677 0.053 230.1) |
Copy-ready code
/* CSS */
color: #769eb2;
background-color: #769eb2;
/* Tailwind (arbitrary) */
class="text-[#769eb2] bg-[#769eb2]"
/* SCSS */
$brand: #769eb2;
/* SwiftUI */
Color(red: 0.463, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#769eb2")Accessibility — WCAG contrast
Aa
#769eb2 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#769eb2 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green62.0%
Blue69.8%
CMYK percentages
Cyan33.7%
Magenta11.2%
Yellow0.0%
Key (black)30.2%
Color previews
#769eb2 text on a black background
contrast 7.30:1
Card sample
#769eb2 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #769eb2;
Background color
Panel with #769eb2 background
background-color: #769eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #769eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #769eb2; background: linear-gradient(135deg, #769eb2, #7676B2);