#113333
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 51, 51
HSL
180°, 50%, 13%
CMYK
67, 0, 0, 80
Luminance
0.0273
Every format
| HEX | #113333 |
| RGB | rgb(17, 51, 51) |
| HSL | hsl(180, 50%, 13%) |
| CMYK | cmyk(67%, 0%, 0%, 80%) |
| LAB | lab(18.9 -12.2 -3.7) |
| LCH | lch(18.9 12.7 197.0) |
| OKLCH | oklch(0.296 0.039 195.3) |
Copy-ready code
/* CSS */
color: #113333;
background-color: #113333;
/* Tailwind (arbitrary) */
class="text-[#113333] bg-[#113333]"
/* SCSS */
$brand: #113333;
/* SwiftUI */
Color(red: 0.067, green: 0.200, blue: 0.200)
/* Android */
Color.parseColor("#113333")Accessibility — WCAG contrast
Aa
#113333 on white: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113333 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green20.0%
Blue20.0%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow0.0%
Key (black)80.0%
Color previews
#113333 text on a black background
contrast 1.55:1
Card sample
#113333 text on a white background
contrast 13.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113333;
Background color
Panel with #113333 background
background-color: #113333;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113333;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 51, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 51, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113333; background: linear-gradient(135deg, #113333, #111C33);