#4688af
a balanced, soft blue · cool · closest name: steelblue
RGB
70, 136, 175
HSL
202°, 43%, 48%
CMYK
60, 22, 0, 31
Luminance
0.2201
Every format
| HEX | #4688af |
| RGB | rgb(70, 136, 175) |
| HSL | hsl(202, 43%, 48%) |
| CMYK | cmyk(60%, 22%, 0%, 31%) |
| LAB | lab(54.0 -9.2 -26.9) |
| LCH | lch(54.0 28.4 251.2) |
| OKLCH | oklch(0.600 0.090 236.8) |
Copy-ready code
/* CSS */
color: #4688af;
background-color: #4688af;
/* Tailwind (arbitrary) */
class="text-[#4688af] bg-[#4688af]"
/* SCSS */
$brand: #4688af;
/* SwiftUI */
Color(red: 0.275, green: 0.533, blue: 0.686)
/* Android */
Color.parseColor("#4688af")Accessibility — WCAG contrast
Aa
#4688af on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4688af on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green53.3%
Blue68.6%
CMYK percentages
Cyan60.0%
Magenta22.3%
Yellow0.0%
Key (black)31.4%
Color previews
#4688af text on a black background
contrast 5.40:1
Card sample
#4688af text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4688af;
Background color
Panel with #4688af background
background-color: #4688af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4688af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 136, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 136, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4688af; background: linear-gradient(135deg, #4688af, #4A46AF);