#1a7690
a dark, vivid cyan · cool · closest name: steelblue
RGB
26, 118, 144
HSL
193°, 69%, 33%
CMYK
82, 18, 0, 44
Luminance
0.1519
Every format
| HEX | #1a7690 |
| RGB | rgb(26, 118, 144) |
| HSL | hsl(193, 69%, 33%) |
| CMYK | cmyk(82%, 18%, 0%, 44%) |
| LAB | lab(45.9 -16.4 -21.5) |
| LCH | lch(45.9 27.0 232.7) |
| OKLCH | oklch(0.527 0.090 222.1) |
Copy-ready code
/* CSS */
color: #1a7690;
background-color: #1a7690;
/* Tailwind (arbitrary) */
class="text-[#1a7690] bg-[#1a7690]"
/* SCSS */
$brand: #1a7690;
/* SwiftUI */
Color(red: 0.102, green: 0.463, blue: 0.565)
/* Android */
Color.parseColor("#1a7690")Accessibility — WCAG contrast
Aa
#1a7690 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1a7690 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green46.3%
Blue56.5%
CMYK percentages
Cyan81.9%
Magenta18.1%
Yellow0.0%
Key (black)43.5%
Color previews
#1a7690 text on a black background
contrast 4.04:1
Card sample
#1a7690 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a7690;
Background color
Panel with #1a7690 background
background-color: #1a7690;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a7690;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 118, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 118, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a7690; background: linear-gradient(135deg, #1a7690, #1A2790);