#104f69
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 79, 105
HSL
198°, 74%, 24%
CMYK
85, 25, 0, 59
Luminance
0.0672
Every format
| HEX | #104f69 |
| RGB | rgb(16, 79, 105) |
| HSL | hsl(198, 74%, 24%) |
| CMYK | cmyk(85%, 25%, 0%, 59%) |
| LAB | lab(31.2 -9.2 -20.5) |
| LCH | lch(31.2 22.5 245.8) |
| OKLCH | oklch(0.403 0.074 231.2) |
Copy-ready code
/* CSS */
color: #104f69;
background-color: #104f69;
/* Tailwind (arbitrary) */
class="text-[#104f69] bg-[#104f69]"
/* SCSS */
$brand: #104f69;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.412)
/* Android */
Color.parseColor("#104f69")Accessibility — WCAG contrast
Aa
#104f69 on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104f69 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue41.2%
CMYK percentages
Cyan84.8%
Magenta24.8%
Yellow0.0%
Key (black)58.8%
Color previews
#104f69 text on a black background
contrast 2.34:1
Card sample
#104f69 text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104f69;
Background color
Panel with #104f69 background
background-color: #104f69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104f69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104f69; background: linear-gradient(135deg, #104f69, #101469);