#4697df
a balanced, vivid blue · cool · closest name: steelblue
RGB
70, 151, 223
HSL
208°, 71%, 58%
CMYK
69, 32, 0, 13
Luminance
0.2876
Every format
| HEX | #4697df |
| RGB | rgb(70, 151, 223) |
| HSL | hsl(208, 71%, 58%) |
| CMYK | cmyk(69%, 32%, 0%, 13%) |
| LAB | lab(60.6 -1.7 -43.8) |
| LCH | lch(60.6 43.8 267.7) |
| OKLCH | oklch(0.658 0.134 248.2) |
Copy-ready code
/* CSS */
color: #4697df;
background-color: #4697df;
/* Tailwind (arbitrary) */
class="text-[#4697df] bg-[#4697df]"
/* SCSS */
$brand: #4697df;
/* SwiftUI */
Color(red: 0.275, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#4697df")Accessibility — WCAG contrast
Aa
#4697df on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4697df on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green59.2%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4697df text on a black background
contrast 6.75:1
Card sample
#4697df text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4697df;
Background color
Panel with #4697df background
background-color: #4697df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4697df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4697df; background: linear-gradient(135deg, #4697df, #5B46DF);