#435959
a dark, muted cyan · cool · closest name: darkslategray
RGB
67, 89, 89
HSL
180°, 14%, 31%
CMYK
25, 0, 0, 65
Luminance
0.0906
Every format
| HEX | #435959 |
| RGB | rgb(67, 89, 89) |
| HSL | hsl(180, 14%, 31%) |
| CMYK | cmyk(25%, 0%, 0%, 65%) |
| LAB | lab(36.1 -8.3 -2.7) |
| LCH | lch(36.1 8.8 198.2) |
| OKLCH | oklch(0.446 0.027 196.2) |
Copy-ready code
/* CSS */
color: #435959;
background-color: #435959;
/* Tailwind (arbitrary) */
class="text-[#435959] bg-[#435959]"
/* SCSS */
$brand: #435959;
/* SwiftUI */
Color(red: 0.263, green: 0.349, blue: 0.349)
/* Android */
Color.parseColor("#435959")Accessibility — WCAG contrast
Aa
#435959 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#435959 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green34.9%
Blue34.9%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow0.0%
Key (black)65.1%
Color previews
#435959 text on a black background
contrast 2.81:1
Card sample
#435959 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #435959;
Background color
Panel with #435959 background
background-color: #435959;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #435959;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 89, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 89, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #435959; background: linear-gradient(135deg, #435959, #434A59);