#118dc5
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 141, 197
HSL
199°, 84%, 42%
CMYK
91, 28, 0, 23
Luminance
0.2320
Every format
| HEX | #118dc5 |
| RGB | rgb(17, 141, 197) |
| HSL | hsl(199, 84%, 42%) |
| CMYK | cmyk(91%, 28%, 0%, 23%) |
| LAB | lab(55.3 -10.7 -37.6) |
| LCH | lch(55.3 39.1 254.2) |
| OKLCH | oklch(0.609 0.128 236.3) |
Copy-ready code
/* CSS */
color: #118dc5;
background-color: #118dc5;
/* Tailwind (arbitrary) */
class="text-[#118dc5] bg-[#118dc5]"
/* SCSS */
$brand: #118dc5;
/* SwiftUI */
Color(red: 0.067, green: 0.553, blue: 0.773)
/* Android */
Color.parseColor("#118dc5")Accessibility — WCAG contrast
Aa
#118dc5 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#118dc5 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green55.3%
Blue77.3%
CMYK percentages
Cyan91.4%
Magenta28.4%
Yellow0.0%
Key (black)22.7%
Color previews
#118dc5 text on a black background
contrast 5.64:1
Card sample
#118dc5 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #118dc5;
Background color
Panel with #118dc5 background
background-color: #118dc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #118dc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 141, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 141, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #118dc5; background: linear-gradient(135deg, #118dc5, #1115C5);