#114040
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 64, 64
HSL
180°, 58%, 16%
CMYK
73, 0, 0, 75
Luminance
0.0416
Every format
| HEX | #114040 |
| RGB | rgb(17, 64, 64) |
| HSL | hsl(180, 58%, 16%) |
| CMYK | cmyk(73%, 0%, 0%, 75%) |
| LAB | lab(24.2 -15.4 -4.6) |
| LCH | lch(24.2 16.0 196.8) |
| OKLCH | oklch(0.341 0.049 195.1) |
Copy-ready code
/* CSS */
color: #114040;
background-color: #114040;
/* Tailwind (arbitrary) */
class="text-[#114040] bg-[#114040]"
/* SCSS */
$brand: #114040;
/* SwiftUI */
Color(red: 0.067, green: 0.251, blue: 0.251)
/* Android */
Color.parseColor("#114040")Accessibility — WCAG contrast
Aa
#114040 on white: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114040 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green25.1%
Blue25.1%
CMYK percentages
Cyan73.4%
Magenta0.0%
Yellow0.0%
Key (black)74.9%
Color previews
#114040 text on a black background
contrast 1.83:1
Card sample
#114040 text on a white background
contrast 11.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114040;
Background color
Panel with #114040 background
background-color: #114040;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114040;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 64, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 64, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114040; background: linear-gradient(135deg, #114040, #112140);