#114455
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 68, 85
HSL
195°, 67%, 20%
CMYK
80, 20, 0, 67
Luminance
0.0491
Every format
| HEX | #114455 |
| RGB | rgb(17, 68, 85) |
| HSL | hsl(195, 67%, 20%) |
| CMYK | cmyk(80%, 20%, 0%, 67%) |
| LAB | lab(26.5 -10.1 -14.9) |
| LCH | lch(26.5 18.0 236.0) |
| OKLCH | oklch(0.362 0.059 224.7) |
Copy-ready code
/* CSS */
color: #114455;
background-color: #114455;
/* Tailwind (arbitrary) */
class="text-[#114455] bg-[#114455]"
/* SCSS */
$brand: #114455;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.333)
/* Android */
Color.parseColor("#114455")Accessibility — WCAG contrast
Aa
#114455 on white: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114455 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue33.3%
CMYK percentages
Cyan80.0%
Magenta20.0%
Yellow0.0%
Key (black)66.7%
Color previews
#114455 text on a black background
contrast 1.98:1
Card sample
#114455 text on a white background
contrast 10.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114455;
Background color
Panel with #114455 background
background-color: #114455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114455; background: linear-gradient(135deg, #114455, #111755);