#3fa080
a dark, soft cyan · cool · closest name: seagreen
RGB
63, 160, 128
HSL
160°, 44%, 44%
CMYK
61, 0, 20, 37
Luminance
0.2776
Every format
| HEX | #3fa080 |
| RGB | rgb(63, 160, 128) |
| HSL | hsl(160, 44%, 44%) |
| CMYK | cmyk(61%, 0%, 20%, 37%) |
| LAB | lab(59.7 -36.3 8.3) |
| LCH | lch(59.7 37.2 167.1) |
| OKLCH | oklch(0.639 0.104 168.1) |
Copy-ready code
/* CSS */
color: #3fa080;
background-color: #3fa080;
/* Tailwind (arbitrary) */
class="text-[#3fa080] bg-[#3fa080]"
/* SCSS */
$brand: #3fa080;
/* SwiftUI */
Color(red: 0.247, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#3fa080")Accessibility — WCAG contrast
Aa
#3fa080 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3fa080 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green62.7%
Blue50.2%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow20.0%
Key (black)37.3%
Color previews
#3fa080 text on a black background
contrast 6.55:1
Card sample
#3fa080 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fa080;
Background color
Panel with #3fa080 background
background-color: #3fa080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fa080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fa080; background: linear-gradient(135deg, #3fa080, #3F7FA0);