#3c907c
a dark, soft cyan · cool · closest name: teal
RGB
60, 144, 124
HSL
166°, 41%, 40%
CMYK
58, 0, 14, 44
Luminance
0.2236
Every format
| HEX | #3c907c |
| RGB | rgb(60, 144, 124) |
| HSL | hsl(166, 41%, 40%) |
| CMYK | cmyk(58%, 0%, 14%, 44%) |
| LAB | lab(54.4 -30.5 3.0) |
| LCH | lch(54.4 30.6 174.3) |
| OKLCH | oklch(0.596 0.087 175.0) |
Copy-ready code
/* CSS */
color: #3c907c;
background-color: #3c907c;
/* Tailwind (arbitrary) */
class="text-[#3c907c] bg-[#3c907c]"
/* SCSS */
$brand: #3c907c;
/* SwiftUI */
Color(red: 0.235, green: 0.565, blue: 0.486)
/* Android */
Color.parseColor("#3c907c")Accessibility — WCAG contrast
Aa
#3c907c on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c907c on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green56.5%
Blue48.6%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow13.9%
Key (black)43.5%
Color previews
#3c907c text on a black background
contrast 5.47:1
Card sample
#3c907c text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c907c;
Background color
Panel with #3c907c background
background-color: #3c907c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c907c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 144, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 144, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c907c; background: linear-gradient(135deg, #3c907c, #3C6C90);