#3c697f
a dark, soft cyan · cool · closest name: darkslategray
RGB
60, 105, 127
HSL
200°, 36%, 37%
CMYK
53, 17, 0, 50
Luminance
0.1260
Every format
| HEX | #3c697f |
| RGB | rgb(60, 105, 127) |
| HSL | hsl(200, 36%, 37%) |
| CMYK | cmyk(53%, 17%, 0%, 50%) |
| LAB | lab(42.1 -8.9 -17.0) |
| LCH | lch(42.1 19.2 242.4) |
| OKLCH | oklch(0.498 0.061 230.9) |
Copy-ready code
/* CSS */
color: #3c697f;
background-color: #3c697f;
/* Tailwind (arbitrary) */
class="text-[#3c697f] bg-[#3c697f]"
/* SCSS */
$brand: #3c697f;
/* SwiftUI */
Color(red: 0.235, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#3c697f")Accessibility — WCAG contrast
Aa
#3c697f on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c697f on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green41.2%
Blue49.8%
CMYK percentages
Cyan52.8%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#3c697f text on a black background
contrast 3.52:1
Card sample
#3c697f text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c697f;
Background color
Panel with #3c697f background
background-color: #3c697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c697f; background: linear-gradient(135deg, #3c697f, #3C3C7F);