#2f554b
a dark, soft cyan · cool · closest name: darkslategray
RGB
47, 85, 75
HSL
164°, 29%, 26%
CMYK
45, 0, 12, 67
Luminance
0.0761
Every format
| HEX | #2f554b |
| RGB | rgb(47, 85, 75) |
| HSL | hsl(164, 29%, 26%) |
| CMYK | cmyk(45%, 0%, 12%, 67%) |
| LAB | lab(33.1 -16.3 1.6) |
| LCH | lch(33.1 16.4 174.4) |
| OKLCH | oklch(0.418 0.047 175.1) |
Copy-ready code
/* CSS */
color: #2f554b;
background-color: #2f554b;
/* Tailwind (arbitrary) */
class="text-[#2f554b] bg-[#2f554b]"
/* SCSS */
$brand: #2f554b;
/* SwiftUI */
Color(red: 0.184, green: 0.333, blue: 0.294)
/* Android */
Color.parseColor("#2f554b")Accessibility — WCAG contrast
Aa
#2f554b on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f554b on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green33.3%
Blue29.4%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow11.8%
Key (black)66.7%
Color previews
#2f554b text on a black background
contrast 2.52:1
Card sample
#2f554b text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f554b;
Background color
Panel with #2f554b background
background-color: #2f554b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f554b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 85, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 85, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f554b; background: linear-gradient(135deg, #2f554b, #2F4655);