#175eaf
a dark, electric blue · cool · closest name: dodgerblue
RGB
23, 94, 175
HSL
212°, 77%, 39%
CMYK
87, 46, 0, 31
Luminance
0.1128
Every format
| HEX | #175eaf |
| RGB | rgb(23, 94, 175) |
| HSL | hsl(212, 77%, 39%) |
| CMYK | cmyk(87%, 46%, 0%, 31%) |
| LAB | lab(40.0 9.9 -49.0) |
| LCH | lch(40.0 50.0 281.4) |
| OKLCH | oklch(0.486 0.146 255.3) |
Copy-ready code
/* CSS */
color: #175eaf;
background-color: #175eaf;
/* Tailwind (arbitrary) */
class="text-[#175eaf] bg-[#175eaf]"
/* SCSS */
$brand: #175eaf;
/* SwiftUI */
Color(red: 0.090, green: 0.369, blue: 0.686)
/* Android */
Color.parseColor("#175eaf")Accessibility — WCAG contrast
Aa
#175eaf on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175eaf on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.9%
Blue68.6%
CMYK percentages
Cyan86.9%
Magenta46.3%
Yellow0.0%
Key (black)31.4%
Color previews
#175eaf text on a black background
contrast 3.26:1
Card sample
#175eaf text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175eaf;
Background color
Panel with #175eaf background
background-color: #175eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 94, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 94, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175eaf; background: linear-gradient(135deg, #175eaf, #3517AF);