#117799
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 119, 153
HSL
195°, 80%, 33%
CMYK
89, 22, 0, 40
Luminance
0.1561
Every format
| HEX | #117799 |
| RGB | rgb(17, 119, 153) |
| HSL | hsl(195, 80%, 33%) |
| CMYK | cmyk(89%, 22%, 0%, 40%) |
| LAB | lab(46.5 -14.4 -25.9) |
| LCH | lch(46.5 29.7 240.9) |
| OKLCH | oklch(0.532 0.099 227.5) |
Copy-ready code
/* CSS */
color: #117799;
background-color: #117799;
/* Tailwind (arbitrary) */
class="text-[#117799] bg-[#117799]"
/* SCSS */
$brand: #117799;
/* SwiftUI */
Color(red: 0.067, green: 0.467, blue: 0.600)
/* Android */
Color.parseColor("#117799")Accessibility — WCAG contrast
Aa
#117799 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#117799 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green46.7%
Blue60.0%
CMYK percentages
Cyan88.9%
Magenta22.2%
Yellow0.0%
Key (black)40.0%
Color previews
#117799 text on a black background
contrast 4.12:1
Card sample
#117799 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #117799;
Background color
Panel with #117799 background
background-color: #117799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #117799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 119, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 119, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #117799; background: linear-gradient(135deg, #117799, #111C99);