#2f545c
a dark, soft cyan · cool · closest name: darkslategray
RGB
47, 84, 92
HSL
191°, 32%, 27%
CMYK
49, 9, 0, 64
Luminance
0.0772
Every format
| HEX | #2f545c |
| RGB | rgb(47, 84, 92) |
| HSL | hsl(191, 32%, 27%) |
| CMYK | cmyk(49%, 9%, 0%, 64%) |
| LAB | lab(33.4 -10.8 -8.8) |
| LCH | lch(33.4 13.9 219.1) |
| OKLCH | oklch(0.422 0.044 213.1) |
Copy-ready code
/* CSS */
color: #2f545c;
background-color: #2f545c;
/* Tailwind (arbitrary) */
class="text-[#2f545c] bg-[#2f545c]"
/* SCSS */
$brand: #2f545c;
/* SwiftUI */
Color(red: 0.184, green: 0.329, blue: 0.361)
/* Android */
Color.parseColor("#2f545c")Accessibility — WCAG contrast
Aa
#2f545c on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f545c on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green32.9%
Blue36.1%
CMYK percentages
Cyan48.9%
Magenta8.7%
Yellow0.0%
Key (black)63.9%
Color previews
#2f545c text on a black background
contrast 2.54:1
Card sample
#2f545c text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f545c;
Background color
Panel with #2f545c background
background-color: #2f545c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f545c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 84, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 84, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f545c; background: linear-gradient(135deg, #2f545c, #2F365C);