#157698
a dark, electric cyan · cool · closest name: steelblue
RGB
21, 118, 152
HSL
196°, 76%, 34%
CMYK
86, 22, 0, 40
Luminance
0.1538
Every format
| HEX | #157698 |
| RGB | rgb(21, 118, 152) |
| HSL | hsl(196, 76%, 34%) |
| CMYK | cmyk(86%, 22%, 0%, 40%) |
| LAB | lab(46.1 -13.9 -25.8) |
| LCH | lch(46.1 29.4 241.6) |
| OKLCH | oklch(0.530 0.098 228.1) |
Copy-ready code
/* CSS */
color: #157698;
background-color: #157698;
/* Tailwind (arbitrary) */
class="text-[#157698] bg-[#157698]"
/* SCSS */
$brand: #157698;
/* SwiftUI */
Color(red: 0.082, green: 0.463, blue: 0.596)
/* Android */
Color.parseColor("#157698")Accessibility — WCAG contrast
Aa
#157698 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#157698 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green46.3%
Blue59.6%
CMYK percentages
Cyan86.2%
Magenta22.4%
Yellow0.0%
Key (black)40.4%
Color previews
#157698 text on a black background
contrast 4.08:1
Card sample
#157698 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #157698;
Background color
Panel with #157698 background
background-color: #157698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #157698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 118, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 118, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #157698; background: linear-gradient(135deg, #157698, #151F98);