#1675ac
a dark, electric blue · cool · closest name: steelblue
RGB
22, 117, 172
HSL
202°, 77%, 38%
CMYK
87, 32, 0, 33
Luminance
0.1587
Every format
| HEX | #1675ac |
| RGB | rgb(22, 117, 172) |
| HSL | hsl(202, 77%, 38%) |
| CMYK | cmyk(87%, 32%, 0%, 33%) |
| LAB | lab(46.8 -5.8 -36.5) |
| LCH | lch(46.8 37.0 261.0) |
| OKLCH | oklch(0.538 0.118 241.2) |
Copy-ready code
/* CSS */
color: #1675ac;
background-color: #1675ac;
/* Tailwind (arbitrary) */
class="text-[#1675ac] bg-[#1675ac]"
/* SCSS */
$brand: #1675ac;
/* SwiftUI */
Color(red: 0.086, green: 0.459, blue: 0.675)
/* Android */
Color.parseColor("#1675ac")Accessibility — WCAG contrast
Aa
#1675ac on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1675ac on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green45.9%
Blue67.5%
CMYK percentages
Cyan87.2%
Magenta32.0%
Yellow0.0%
Key (black)32.5%
Color previews
#1675ac text on a black background
contrast 4.17:1
Card sample
#1675ac text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1675ac;
Background color
Panel with #1675ac background
background-color: #1675ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1675ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 117, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 117, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1675ac; background: linear-gradient(135deg, #1675ac, #1B16AC);