#3f6f5f
a dark, soft cyan · cool · closest name: teal
RGB
63, 111, 95
HSL
160°, 28%, 34%
CMYK
43, 0, 14, 57
Luminance
0.1325
Every format
| HEX | #3f6f5f |
| RGB | rgb(63, 111, 95) |
| HSL | hsl(160, 28%, 34%) |
| CMYK | cmyk(43%, 0%, 14%, 57%) |
| LAB | lab(43.1 -20.5 3.8) |
| LCH | lch(43.1 20.8 169.4) |
| OKLCH | oklch(0.502 0.059 170.4) |
Copy-ready code
/* CSS */
color: #3f6f5f;
background-color: #3f6f5f;
/* Tailwind (arbitrary) */
class="text-[#3f6f5f] bg-[#3f6f5f]"
/* SCSS */
$brand: #3f6f5f;
/* SwiftUI */
Color(red: 0.247, green: 0.435, blue: 0.373)
/* Android */
Color.parseColor("#3f6f5f")Accessibility — WCAG contrast
Aa
#3f6f5f on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f6f5f on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green43.5%
Blue37.3%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow14.4%
Key (black)56.5%
Color previews
#3f6f5f text on a black background
contrast 3.65:1
Card sample
#3f6f5f text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f6f5f;
Background color
Panel with #3f6f5f background
background-color: #3f6f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f6f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 111, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 111, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f6f5f; background: linear-gradient(135deg, #3f6f5f, #3F5F6F);