#35554b
a dark, soft cyan · cool · closest name: darkslategray
RGB
53, 85, 75
HSL
161°, 23%, 27%
CMYK
38, 0, 12, 67
Luminance
0.0776
Every format
| HEX | #35554b |
| RGB | rgb(53, 85, 75) |
| HSL | hsl(161, 23%, 27%) |
| CMYK | cmyk(38%, 0%, 12%, 67%) |
| LAB | lab(33.5 -14.3 2.1) |
| LCH | lch(33.5 14.5 171.6) |
| OKLCH | oklch(0.421 0.042 172.5) |
Copy-ready code
/* CSS */
color: #35554b;
background-color: #35554b;
/* Tailwind (arbitrary) */
class="text-[#35554b] bg-[#35554b]"
/* SCSS */
$brand: #35554b;
/* SwiftUI */
Color(red: 0.208, green: 0.333, blue: 0.294)
/* Android */
Color.parseColor("#35554b")Accessibility — WCAG contrast
Aa
#35554b on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35554b on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green33.3%
Blue29.4%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow11.8%
Key (black)66.7%
Color previews
#35554b text on a black background
contrast 2.55:1
Card sample
#35554b text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35554b;
Background color
Panel with #35554b background
background-color: #35554b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35554b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 85, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 85, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35554b; background: linear-gradient(135deg, #35554b, #354A55);