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