#4698ce
a balanced, vivid blue · cool · closest name: steelblue
RGB
70, 152, 206
HSL
204°, 58%, 54%
CMYK
66, 26, 0, 19
Luminance
0.2821
Every format
| HEX | #4698ce |
| RGB | rgb(70, 152, 206) |
| HSL | hsl(204, 58%, 54%) |
| CMYK | cmyk(66%, 26%, 0%, 19%) |
| LAB | lab(60.1 -8.0 -35.1) |
| LCH | lch(60.1 36.0 257.1) |
| OKLCH | oklch(0.652 0.113 240.5) |
Copy-ready code
/* CSS */
color: #4698ce;
background-color: #4698ce;
/* Tailwind (arbitrary) */
class="text-[#4698ce] bg-[#4698ce]"
/* SCSS */
$brand: #4698ce;
/* SwiftUI */
Color(red: 0.275, green: 0.596, blue: 0.808)
/* Android */
Color.parseColor("#4698ce")Accessibility — WCAG contrast
Aa
#4698ce on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4698ce on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green59.6%
Blue80.8%
CMYK percentages
Cyan66.0%
Magenta26.2%
Yellow0.0%
Key (black)19.2%
Color previews
#4698ce text on a black background
contrast 6.64:1
Card sample
#4698ce text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4698ce;
Background color
Panel with #4698ce background
background-color: #4698ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4698ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 152, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 152, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4698ce; background: linear-gradient(135deg, #4698ce, #4F46CE);