#1685df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
22, 133, 223
HSL
207°, 82%, 48%
CMYK
90, 40, 0, 13
Luminance
0.2227
Every format
| HEX | #1685df |
| RGB | rgb(22, 133, 223) |
| HSL | hsl(207, 82%, 48%) |
| CMYK | cmyk(90%, 40%, 0%, 13%) |
| LAB | lab(54.3 4.1 -53.8) |
| LCH | lch(54.3 53.9 274.3) |
| OKLCH | oklch(0.606 0.164 250.0) |
Copy-ready code
/* CSS */
color: #1685df;
background-color: #1685df;
/* Tailwind (arbitrary) */
class="text-[#1685df] bg-[#1685df]"
/* SCSS */
$brand: #1685df;
/* SwiftUI */
Color(red: 0.086, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#1685df")Accessibility — WCAG contrast
Aa
#1685df on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1685df on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green52.2%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#1685df text on a black background
contrast 5.45:1
Card sample
#1685df text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1685df;
Background color
Panel with #1685df background
background-color: #1685df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1685df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1685df; background: linear-gradient(135deg, #1685df, #2D16DF);