#7690cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
118, 144, 207
HSL
223°, 48%, 64%
CMYK
43, 30, 0, 19
Luminance
0.2830
Every format
| HEX | #7690cf |
| RGB | rgb(118, 144, 207) |
| HSL | hsl(223, 48%, 64%) |
| CMYK | cmyk(43%, 30%, 0%, 19%) |
| LAB | lab(60.2 7.2 -35.3) |
| LCH | lch(60.2 36.0 281.5) |
| OKLCH | oklch(0.659 0.099 266.6) |
Copy-ready code
/* CSS */
color: #7690cf;
background-color: #7690cf;
/* Tailwind (arbitrary) */
class="text-[#7690cf] bg-[#7690cf]"
/* SCSS */
$brand: #7690cf;
/* SwiftUI */
Color(red: 0.463, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#7690cf")Accessibility — WCAG contrast
Aa
#7690cf on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7690cf on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green56.5%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta30.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7690cf text on a black background
contrast 6.66:1
Card sample
#7690cf text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7690cf;
Background color
Panel with #7690cf background
background-color: #7690cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7690cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7690cf; background: linear-gradient(135deg, #7690cf, #9776CF);