#3f9e9e
a dark, soft cyan · cool · closest name: teal
RGB
63, 158, 158
HSL
180°, 43%, 43%
CMYK
60, 0, 0, 38
Luminance
0.2798
Every format
| HEX | #3f9e9e |
| RGB | rgb(63, 158, 158) |
| HSL | hsl(180, 43%, 43%) |
| CMYK | cmyk(60%, 0%, 0%, 38%) |
| LAB | lab(59.9 -27.4 -8.3) |
| LCH | lch(59.9 28.7 196.9) |
| OKLCH | oklch(0.644 0.088 195.2) |
Copy-ready code
/* CSS */
color: #3f9e9e;
background-color: #3f9e9e;
/* Tailwind (arbitrary) */
class="text-[#3f9e9e] bg-[#3f9e9e]"
/* SCSS */
$brand: #3f9e9e;
/* SwiftUI */
Color(red: 0.247, green: 0.620, blue: 0.620)
/* Android */
Color.parseColor("#3f9e9e")Accessibility — WCAG contrast
Aa
#3f9e9e on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f9e9e on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green62.0%
Blue62.0%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow0.0%
Key (black)38.0%
Color previews
#3f9e9e text on a black background
contrast 6.60:1
Card sample
#3f9e9e text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9e9e;
Background color
Panel with #3f9e9e background
background-color: #3f9e9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9e9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 158, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 158, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9e9e; background: linear-gradient(135deg, #3f9e9e, #3F5F9E);