#4697af
a balanced, soft cyan · cool · closest name: steelblue
RGB
70, 151, 175
HSL
194°, 43%, 48%
CMYK
60, 14, 0, 31
Luminance
0.2653
Every format
| HEX | #4697af |
| RGB | rgb(70, 151, 175) |
| HSL | hsl(194, 43%, 48%) |
| CMYK | cmyk(60%, 14%, 0%, 31%) |
| LAB | lab(58.5 -17.4 -20.0) |
| LCH | lch(58.5 26.5 228.9) |
| OKLCH | oklch(0.636 0.086 220.1) |
Copy-ready code
/* CSS */
color: #4697af;
background-color: #4697af;
/* Tailwind (arbitrary) */
class="text-[#4697af] bg-[#4697af]"
/* SCSS */
$brand: #4697af;
/* SwiftUI */
Color(red: 0.275, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#4697af")Accessibility — WCAG contrast
Aa
#4697af on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4697af on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green59.2%
Blue68.6%
CMYK percentages
Cyan60.0%
Magenta13.7%
Yellow0.0%
Key (black)31.4%
Color previews
#4697af text on a black background
contrast 6.31:1
Card sample
#4697af text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4697af;
Background color
Panel with #4697af background
background-color: #4697af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4697af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4697af; background: linear-gradient(135deg, #4697af, #4651AF);