#112b25
a deep, soft cyan · cool · closest name: darkslategray
RGB
17, 43, 37
HSL
166°, 43%, 12%
CMYK
61, 0, 14, 83
Luminance
0.0198
Every format
| HEX | #112b25 |
| RGB | rgb(17, 43, 37) |
| HSL | hsl(166, 43%, 12%) |
| CMYK | cmyk(61%, 0%, 14%, 83%) |
| LAB | lab(15.4 -11.9 0.8) |
| LCH | lch(15.4 11.9 176.0) |
| OKLCH | oklch(0.266 0.034 176.6) |
Copy-ready code
/* CSS */
color: #112b25;
background-color: #112b25;
/* Tailwind (arbitrary) */
class="text-[#112b25] bg-[#112b25]"
/* SCSS */
$brand: #112b25;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.145)
/* Android */
Color.parseColor("#112b25")Accessibility — WCAG contrast
Aa
#112b25 on white: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b25 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue14.5%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow14.0%
Key (black)83.1%
Color previews
#112b25 text on a black background
contrast 1.40:1
Card sample
#112b25 text on a white background
contrast 15.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b25;
Background color
Panel with #112b25 background
background-color: #112b25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b25; background: linear-gradient(135deg, #112b25, #11202B);