#7ba8cf
a balanced, vivid blue · cool · closest name: skyblue
RGB
123, 168, 207
HSL
208°, 47%, 65%
CMYK
41, 19, 0, 19
Luminance
0.3672
Every format
| HEX | #7ba8cf |
| RGB | rgb(123, 168, 207) |
| HSL | hsl(208, 47%, 65%) |
| CMYK | cmyk(41%, 19%, 0%, 19%) |
| LAB | lab(67.1 -5.1 -24.6) |
| LCH | lch(67.1 25.1 258.3) |
| OKLCH | oklch(0.714 0.075 245.3) |
Copy-ready code
/* CSS */
color: #7ba8cf;
background-color: #7ba8cf;
/* Tailwind (arbitrary) */
class="text-[#7ba8cf] bg-[#7ba8cf]"
/* SCSS */
$brand: #7ba8cf;
/* SwiftUI */
Color(red: 0.482, green: 0.659, blue: 0.812)
/* Android */
Color.parseColor("#7ba8cf")Accessibility — WCAG contrast
Aa
#7ba8cf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba8cf on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.9%
Blue81.2%
CMYK percentages
Cyan40.6%
Magenta18.8%
Yellow0.0%
Key (black)18.8%
Color previews
#7ba8cf text on a black background
contrast 8.34:1
Card sample
#7ba8cf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba8cf;
Background color
Panel with #7ba8cf background
background-color: #7ba8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 168, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 168, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba8cf; background: linear-gradient(135deg, #7ba8cf, #867BCF);