#104f60
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 79, 96
HSL
193°, 71%, 22%
CMYK
83, 18, 0, 62
Luminance
0.0655
Every format
| HEX | #104f60 |
| RGB | rgb(16, 79, 96) |
| HSL | hsl(193, 71%, 22%) |
| CMYK | cmyk(83%, 18%, 0%, 62%) |
| LAB | lab(30.8 -12.7 -15.4) |
| LCH | lch(30.8 20.0 230.6) |
| OKLCH | oklch(0.398 0.066 220.7) |
Copy-ready code
/* CSS */
color: #104f60;
background-color: #104f60;
/* Tailwind (arbitrary) */
class="text-[#104f60] bg-[#104f60]"
/* SCSS */
$brand: #104f60;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.376)
/* Android */
Color.parseColor("#104f60")Accessibility — WCAG contrast
Aa
#104f60 on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104f60 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue37.6%
CMYK percentages
Cyan83.3%
Magenta17.7%
Yellow0.0%
Key (black)62.4%
Color previews
#104f60 text on a black background
contrast 2.31:1
Card sample
#104f60 text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104f60;
Background color
Panel with #104f60 background
background-color: #104f60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104f60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104f60; background: linear-gradient(135deg, #104f60, #101A60);