#2f746c
a dark, soft cyan · cool · closest name: teal
RGB
47, 116, 108
HSL
173°, 42%, 32%
CMYK
60, 0, 7, 55
Luminance
0.1418
Every format
| HEX | #2f746c |
| RGB | rgb(47, 116, 108) |
| HSL | hsl(173, 42%, 32%) |
| CMYK | cmyk(60%, 0%, 7%, 55%) |
| LAB | lab(44.5 -23.7 -2.1) |
| LCH | lch(44.5 23.8 185.1) |
| OKLCH | oklch(0.513 0.070 184.9) |
Copy-ready code
/* CSS */
color: #2f746c;
background-color: #2f746c;
/* Tailwind (arbitrary) */
class="text-[#2f746c] bg-[#2f746c]"
/* SCSS */
$brand: #2f746c;
/* SwiftUI */
Color(red: 0.184, green: 0.455, blue: 0.424)
/* Android */
Color.parseColor("#2f746c")Accessibility — WCAG contrast
Aa
#2f746c on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f746c on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green45.5%
Blue42.4%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow6.9%
Key (black)54.5%
Color previews
#2f746c text on a black background
contrast 3.84:1
Card sample
#2f746c text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f746c;
Background color
Panel with #2f746c background
background-color: #2f746c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f746c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 116, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 116, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f746c; background: linear-gradient(135deg, #2f746c, #2F4E74);