#114433
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 68, 51
HSL
160°, 60%, 17%
CMYK
75, 0, 25, 73
Luminance
0.0449
Every format
| HEX | #114433 |
| RGB | rgb(17, 68, 51) |
| HSL | hsl(160, 60%, 17%) |
| CMYK | cmyk(75%, 0%, 25%, 73%) |
| LAB | lab(25.2 -21.6 5.5) |
| LCH | lch(25.2 22.3 165.8) |
| OKLCH | oklch(0.348 0.061 166.8) |
Copy-ready code
/* CSS */
color: #114433;
background-color: #114433;
/* Tailwind (arbitrary) */
class="text-[#114433] bg-[#114433]"
/* SCSS */
$brand: #114433;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.200)
/* Android */
Color.parseColor("#114433")Accessibility — WCAG contrast
Aa
#114433 on white: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114433 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue20.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow25.0%
Key (black)73.3%
Color previews
#114433 text on a black background
contrast 1.90:1
Card sample
#114433 text on a white background
contrast 11.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114433;
Background color
Panel with #114433 background
background-color: #114433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114433; background: linear-gradient(135deg, #114433, #113344);