#2d433c
a deep, soft cyan · cool · closest name: darkslategray
RGB
45, 67, 60
HSL
161°, 20%, 22%
CMYK
33, 0, 10, 74
Luminance
0.0490
Every format
| HEX | #2d433c |
| RGB | rgb(45, 67, 60) |
| HSL | hsl(161, 20%, 22%) |
| CMYK | cmyk(33%, 0%, 10%, 74%) |
| LAB | lab(26.4 -10.4 1.5) |
| LCH | lch(26.4 10.5 171.9) |
| OKLCH | oklch(0.362 0.030 172.8) |
Copy-ready code
/* CSS */
color: #2d433c;
background-color: #2d433c;
/* Tailwind (arbitrary) */
class="text-[#2d433c] bg-[#2d433c]"
/* SCSS */
$brand: #2d433c;
/* SwiftUI */
Color(red: 0.176, green: 0.263, blue: 0.235)
/* Android */
Color.parseColor("#2d433c")Accessibility — WCAG contrast
Aa
#2d433c on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d433c on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green26.3%
Blue23.5%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow10.4%
Key (black)73.7%
Color previews
#2d433c text on a black background
contrast 1.98:1
Card sample
#2d433c text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d433c;
Background color
Panel with #2d433c background
background-color: #2d433c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d433c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 67, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 67, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d433c; background: linear-gradient(135deg, #2d433c, #2D3B43);