#118dc3
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 141, 195
HSL
198°, 84%, 42%
CMYK
91, 28, 0, 24
Luminance
0.2311
Every format
| HEX | #118dc3 |
| RGB | rgb(17, 141, 195) |
| HSL | hsl(198, 84%, 42%) |
| CMYK | cmyk(91%, 28%, 0%, 24%) |
| LAB | lab(55.2 -11.4 -36.6) |
| LCH | lch(55.2 38.3 252.7) |
| OKLCH | oklch(0.608 0.126 235.4) |
Copy-ready code
/* CSS */
color: #118dc3;
background-color: #118dc3;
/* Tailwind (arbitrary) */
class="text-[#118dc3] bg-[#118dc3]"
/* SCSS */
$brand: #118dc3;
/* SwiftUI */
Color(red: 0.067, green: 0.553, blue: 0.765)
/* Android */
Color.parseColor("#118dc3")Accessibility — WCAG contrast
Aa
#118dc3 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#118dc3 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green55.3%
Blue76.5%
CMYK percentages
Cyan91.3%
Magenta27.7%
Yellow0.0%
Key (black)23.5%
Color previews
#118dc3 text on a black background
contrast 5.62:1
Card sample
#118dc3 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #118dc3;
Background color
Panel with #118dc3 background
background-color: #118dc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #118dc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 141, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 141, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #118dc3; background: linear-gradient(135deg, #118dc3, #1116C3);