#104f61
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 79, 97
HSL
193°, 72%, 22%
CMYK
84, 19, 0, 62
Luminance
0.0657
Every format
| HEX | #104f61 |
| RGB | rgb(16, 79, 97) |
| HSL | hsl(193, 72%, 22%) |
| CMYK | cmyk(84%, 19%, 0%, 62%) |
| LAB | lab(30.8 -12.3 -16.0) |
| LCH | lch(30.8 20.2 232.5) |
| OKLCH | oklch(0.398 0.067 222.0) |
Copy-ready code
/* CSS */
color: #104f61;
background-color: #104f61;
/* Tailwind (arbitrary) */
class="text-[#104f61] bg-[#104f61]"
/* SCSS */
$brand: #104f61;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.380)
/* Android */
Color.parseColor("#104f61")Accessibility — WCAG contrast
Aa
#104f61 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104f61 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue38.0%
CMYK percentages
Cyan83.5%
Magenta18.6%
Yellow0.0%
Key (black)62.0%
Color previews
#104f61 text on a black background
contrast 2.31:1
Card sample
#104f61 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104f61;
Background color
Panel with #104f61 background
background-color: #104f61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104f61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104f61; background: linear-gradient(135deg, #104f61, #101961);