#3f8f93
a dark, soft cyan · cool · closest name: teal
RGB
63, 143, 147
HSL
183°, 40%, 41%
CMYK
57, 3, 0, 42
Luminance
0.2281
Every format
| HEX | #3f8f93 |
| RGB | rgb(63, 143, 147) |
| HSL | hsl(183, 40%, 41%) |
| CMYK | cmyk(57%, 3%, 0%, 42%) |
| LAB | lab(54.9 -23.0 -9.5) |
| LCH | lch(54.9 24.9 202.5) |
| OKLCH | oklch(0.602 0.078 199.8) |
Copy-ready code
/* CSS */
color: #3f8f93;
background-color: #3f8f93;
/* Tailwind (arbitrary) */
class="text-[#3f8f93] bg-[#3f8f93]"
/* SCSS */
$brand: #3f8f93;
/* SwiftUI */
Color(red: 0.247, green: 0.561, blue: 0.576)
/* Android */
Color.parseColor("#3f8f93")Accessibility — WCAG contrast
Aa
#3f8f93 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f8f93 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green56.1%
Blue57.6%
CMYK percentages
Cyan57.1%
Magenta2.7%
Yellow0.0%
Key (black)42.4%
Color previews
#3f8f93 text on a black background
contrast 5.56:1
Card sample
#3f8f93 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f8f93;
Background color
Panel with #3f8f93 background
background-color: #3f8f93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f8f93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 143, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 143, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f8f93; background: linear-gradient(135deg, #3f8f93, #3F5793);