#113236
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 50, 54
HSL
187°, 52%, 14%
CMYK
69, 7, 0, 79
Luminance
0.0267
Every format
| HEX | #113236 |
| RGB | rgb(17, 50, 54) |
| HSL | hsl(187, 52%, 14%) |
| CMYK | cmyk(69%, 7%, 0%, 79%) |
| LAB | lab(18.7 -10.5 -6.2) |
| LCH | lch(18.7 12.2 210.4) |
| OKLCH | oklch(0.295 0.039 206.1) |
Copy-ready code
/* CSS */
color: #113236;
background-color: #113236;
/* Tailwind (arbitrary) */
class="text-[#113236] bg-[#113236]"
/* SCSS */
$brand: #113236;
/* SwiftUI */
Color(red: 0.067, green: 0.196, blue: 0.212)
/* Android */
Color.parseColor("#113236")Accessibility — WCAG contrast
Aa
#113236 on white: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113236 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green19.6%
Blue21.2%
CMYK percentages
Cyan68.5%
Magenta7.4%
Yellow0.0%
Key (black)78.8%
Color previews
#113236 text on a black background
contrast 1.53:1
Card sample
#113236 text on a white background
contrast 13.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113236;
Background color
Panel with #113236 background
background-color: #113236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 50, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 50, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113236; background: linear-gradient(135deg, #113236, #111936);