#3f868d
a dark, soft cyan · cool · closest name: teal
RGB
63, 134, 141
HSL
185°, 38%, 40%
CMYK
55, 5, 0, 45
Luminance
0.2003
Every format
| HEX | #3f868d |
| RGB | rgb(63, 134, 141) |
| HSL | hsl(185, 38%, 40%) |
| CMYK | cmyk(55%, 5%, 0%, 45%) |
| LAB | lab(51.9 -20.1 -10.5) |
| LCH | lch(51.9 22.7 207.7) |
| OKLCH | oklch(0.577 0.072 204.0) |
Copy-ready code
/* CSS */
color: #3f868d;
background-color: #3f868d;
/* Tailwind (arbitrary) */
class="text-[#3f868d] bg-[#3f868d]"
/* SCSS */
$brand: #3f868d;
/* SwiftUI */
Color(red: 0.247, green: 0.525, blue: 0.553)
/* Android */
Color.parseColor("#3f868d")Accessibility — WCAG contrast
Aa
#3f868d on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f868d on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green52.5%
Blue55.3%
CMYK percentages
Cyan55.3%
Magenta5.0%
Yellow0.0%
Key (black)44.7%
Color previews
#3f868d text on a black background
contrast 5.01:1
Card sample
#3f868d text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f868d;
Background color
Panel with #3f868d background
background-color: #3f868d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f868d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 134, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 134, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f868d; background: linear-gradient(135deg, #3f868d, #3F528D);