#11503c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 80, 60
HSL
161°, 65%, 19%
CMYK
79, 0, 25, 69
Luminance
0.0618
Every format
| HEX | #11503c |
| RGB | rgb(17, 80, 60) |
| HSL | hsl(161, 65%, 19%) |
| CMYK | cmyk(79%, 0%, 25%, 69%) |
| LAB | lab(29.9 -25.0 6.2) |
| LCH | lch(29.9 25.8 166.0) |
| OKLCH | oklch(0.387 0.071 167.0) |
Copy-ready code
/* CSS */
color: #11503c;
background-color: #11503c;
/* Tailwind (arbitrary) */
class="text-[#11503c] bg-[#11503c]"
/* SCSS */
$brand: #11503c;
/* SwiftUI */
Color(red: 0.067, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#11503c")Accessibility — WCAG contrast
Aa
#11503c on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11503c on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green31.4%
Blue23.5%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#11503c text on a black background
contrast 2.24:1
Card sample
#11503c text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11503c;
Background color
Panel with #11503c background
background-color: #11503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11503c; background: linear-gradient(135deg, #11503c, #113A50);