#1683df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
22, 131, 223
HSL
208°, 82%, 48%
CMYK
90, 41, 0, 13
Luminance
0.2173
Every format
| HEX | #1683df |
| RGB | rgb(22, 131, 223) |
| HSL | hsl(208, 82%, 48%) |
| CMYK | cmyk(90%, 41%, 0%, 13%) |
| LAB | lab(53.7 5.3 -54.7) |
| LCH | lch(53.7 54.9 275.5) |
| OKLCH | oklch(0.602 0.166 250.8) |
Copy-ready code
/* CSS */
color: #1683df;
background-color: #1683df;
/* Tailwind (arbitrary) */
class="text-[#1683df] bg-[#1683df]"
/* SCSS */
$brand: #1683df;
/* SwiftUI */
Color(red: 0.086, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#1683df")Accessibility — WCAG contrast
Aa
#1683df on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1683df on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green51.4%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#1683df text on a black background
contrast 5.35:1
Card sample
#1683df text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1683df;
Background color
Panel with #1683df background
background-color: #1683df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1683df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1683df; background: linear-gradient(135deg, #1683df, #2F16DF);