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