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