#4697cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
70, 151, 205
HSL
204°, 57%, 54%
CMYK
66, 26, 0, 20
Luminance
0.2784
Every format
| HEX | #4697cd |
| RGB | rgb(70, 151, 205) |
| HSL | hsl(204, 57%, 54%) |
| CMYK | cmyk(66%, 26%, 0%, 20%) |
| LAB | lab(59.7 -7.8 -35.0) |
| LCH | lch(59.7 35.9 257.4) |
| OKLCH | oklch(0.649 0.113 240.8) |
Copy-ready code
/* CSS */
color: #4697cd;
background-color: #4697cd;
/* Tailwind (arbitrary) */
class="text-[#4697cd] bg-[#4697cd]"
/* SCSS */
$brand: #4697cd;
/* SwiftUI */
Color(red: 0.275, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#4697cd")Accessibility — WCAG contrast
Aa
#4697cd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4697cd on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green59.2%
Blue80.4%
CMYK percentages
Cyan65.9%
Magenta26.3%
Yellow0.0%
Key (black)19.6%
Color previews
#4697cd text on a black background
contrast 6.57:1
Card sample
#4697cd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4697cd;
Background color
Panel with #4697cd background
background-color: #4697cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4697cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4697cd; background: linear-gradient(135deg, #4697cd, #4F46CD);