#3b5353
a dark, soft cyan · cool · closest name: darkslategray
RGB
59, 83, 83
HSL
180°, 17%, 28%
CMYK
29, 0, 0, 68
Luminance
0.0774
Every format
| HEX | #3b5353 |
| RGB | rgb(59, 83, 83) |
| HSL | hsl(180, 17%, 28%) |
| CMYK | cmyk(29%, 0%, 0%, 68%) |
| LAB | lab(33.4 -9.1 -3.0) |
| LCH | lch(33.4 9.5 198.1) |
| OKLCH | oklch(0.423 0.029 196.1) |
Copy-ready code
/* CSS */
color: #3b5353;
background-color: #3b5353;
/* Tailwind (arbitrary) */
class="text-[#3b5353] bg-[#3b5353]"
/* SCSS */
$brand: #3b5353;
/* SwiftUI */
Color(red: 0.231, green: 0.325, blue: 0.325)
/* Android */
Color.parseColor("#3b5353")Accessibility — WCAG contrast
Aa
#3b5353 on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b5353 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green32.5%
Blue32.5%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow0.0%
Key (black)67.5%
Color previews
#3b5353 text on a black background
contrast 2.55:1
Card sample
#3b5353 text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b5353;
Background color
Panel with #3b5353 background
background-color: #3b5353;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b5353;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 83, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 83, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b5353; background: linear-gradient(135deg, #3b5353, #3B4353);