#2f515b
a dark, soft cyan · cool · closest name: darkslategray
RGB
47, 81, 91
HSL
194°, 32%, 27%
CMYK
48, 11, 0, 64
Luminance
0.0724
Every format
| HEX | #2f515b |
| RGB | rgb(47, 81, 91) |
| HSL | hsl(194, 32%, 27%) |
| CMYK | cmyk(48%, 11%, 0%, 64%) |
| LAB | lab(32.4 -9.3 -9.7) |
| LCH | lch(32.4 13.5 226.2) |
| OKLCH | oklch(0.413 0.043 218.6) |
Copy-ready code
/* CSS */
color: #2f515b;
background-color: #2f515b;
/* Tailwind (arbitrary) */
class="text-[#2f515b] bg-[#2f515b]"
/* SCSS */
$brand: #2f515b;
/* SwiftUI */
Color(red: 0.184, green: 0.318, blue: 0.357)
/* Android */
Color.parseColor("#2f515b")Accessibility — WCAG contrast
Aa
#2f515b on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f515b on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green31.8%
Blue35.7%
CMYK percentages
Cyan48.4%
Magenta11.0%
Yellow0.0%
Key (black)64.3%
Color previews
#2f515b text on a black background
contrast 2.45:1
Card sample
#2f515b text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f515b;
Background color
Panel with #2f515b background
background-color: #2f515b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f515b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 81, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 81, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f515b; background: linear-gradient(135deg, #2f515b, #2F345B);