#3697df
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 151, 223
HSL
206°, 73%, 54%
CMYK
76, 32, 0, 13
Luminance
0.2825
Every format
| HEX | #3697df |
| RGB | rgb(54, 151, 223) |
| HSL | hsl(206, 73%, 54%) |
| CMYK | cmyk(76%, 32%, 0%, 13%) |
| LAB | lab(60.1 -3.9 -44.5) |
| LCH | lch(60.1 44.7 265.0) |
| OKLCH | oklch(0.653 0.139 245.1) |
Copy-ready code
/* CSS */
color: #3697df;
background-color: #3697df;
/* Tailwind (arbitrary) */
class="text-[#3697df] bg-[#3697df]"
/* SCSS */
$brand: #3697df;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#3697df")Accessibility — WCAG contrast
Aa
#3697df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3697df on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue87.5%
CMYK percentages
Cyan75.8%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#3697df text on a black background
contrast 6.65:1
Card sample
#3697df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3697df;
Background color
Panel with #3697df background
background-color: #3697df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3697df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3697df; background: linear-gradient(135deg, #3697df, #4636DF);