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