#118dc0
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 141, 192
HSL
198°, 84%, 41%
CMYK
91, 27, 0, 25
Luminance
0.2297
Every format
| HEX | #118dc0 |
| RGB | rgb(17, 141, 192) |
| HSL | hsl(198, 84%, 41%) |
| CMYK | cmyk(91%, 27%, 0%, 25%) |
| LAB | lab(55.0 -12.5 -35.1) |
| LCH | lch(55.0 37.3 250.4) |
| OKLCH | oklch(0.607 0.123 233.8) |
Copy-ready code
/* CSS */
color: #118dc0;
background-color: #118dc0;
/* Tailwind (arbitrary) */
class="text-[#118dc0] bg-[#118dc0]"
/* SCSS */
$brand: #118dc0;
/* SwiftUI */
Color(red: 0.067, green: 0.553, blue: 0.753)
/* Android */
Color.parseColor("#118dc0")Accessibility — WCAG contrast
Aa
#118dc0 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#118dc0 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green55.3%
Blue75.3%
CMYK percentages
Cyan91.1%
Magenta26.6%
Yellow0.0%
Key (black)24.7%
Color previews
#118dc0 text on a black background
contrast 5.59:1
Card sample
#118dc0 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #118dc0;
Background color
Panel with #118dc0 background
background-color: #118dc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #118dc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 141, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 141, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #118dc0; background: linear-gradient(135deg, #118dc0, #1118C0);