#114a66
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 74, 102
HSL
200°, 71%, 23%
CMYK
83, 28, 0, 60
Luminance
0.0598
Every format
| HEX | #114a66 |
| RGB | rgb(17, 74, 102) |
| HSL | hsl(200, 71%, 23%) |
| CMYK | cmyk(83%, 28%, 0%, 60%) |
| LAB | lab(29.4 -7.2 -21.4) |
| LCH | lch(29.4 22.6 251.5) |
| OKLCH | oklch(0.388 0.074 235.3) |
Copy-ready code
/* CSS */
color: #114a66;
background-color: #114a66;
/* Tailwind (arbitrary) */
class="text-[#114a66] bg-[#114a66]"
/* SCSS */
$brand: #114a66;
/* SwiftUI */
Color(red: 0.067, green: 0.290, blue: 0.400)
/* Android */
Color.parseColor("#114a66")Accessibility — WCAG contrast
Aa
#114a66 on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114a66 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green29.0%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta27.5%
Yellow0.0%
Key (black)60.0%
Color previews
#114a66 text on a black background
contrast 2.20:1
Card sample
#114a66 text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114a66;
Background color
Panel with #114a66 background
background-color: #114a66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114a66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 74, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 74, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114a66; background: linear-gradient(135deg, #114a66, #111166);