#115566
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 85, 102
HSL
192°, 71%, 23%
CMYK
83, 17, 0, 60
Luminance
0.0758
Every format
| HEX | #115566 |
| RGB | rgb(17, 85, 102) |
| HSL | hsl(192, 71%, 23%) |
| CMYK | cmyk(83%, 17%, 0%, 60%) |
| LAB | lab(33.1 -13.8 -15.7) |
| LCH | lch(33.1 20.9 228.5) |
| OKLCH | oklch(0.417 0.069 219.2) |
Copy-ready code
/* CSS */
color: #115566;
background-color: #115566;
/* Tailwind (arbitrary) */
class="text-[#115566] bg-[#115566]"
/* SCSS */
$brand: #115566;
/* SwiftUI */
Color(red: 0.067, green: 0.333, blue: 0.400)
/* Android */
Color.parseColor("#115566")Accessibility — WCAG contrast
Aa
#115566 on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115566 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green33.3%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta16.7%
Yellow0.0%
Key (black)60.0%
Color previews
#115566 text on a black background
contrast 2.52:1
Card sample
#115566 text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115566;
Background color
Panel with #115566 background
background-color: #115566;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115566;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 85, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 85, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115566; background: linear-gradient(135deg, #115566, #111C66);