#104f68
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 79, 104
HSL
197°, 73%, 24%
CMYK
85, 24, 0, 59
Luminance
0.0670
Every format
| HEX | #104f68 |
| RGB | rgb(16, 79, 104) |
| HSL | hsl(197, 73%, 24%) |
| CMYK | cmyk(85%, 24%, 0%, 59%) |
| LAB | lab(31.1 -9.6 -19.9) |
| LCH | lch(31.1 22.1 244.3) |
| OKLCH | oklch(0.402 0.073 230.2) |
Copy-ready code
/* CSS */
color: #104f68;
background-color: #104f68;
/* Tailwind (arbitrary) */
class="text-[#104f68] bg-[#104f68]"
/* SCSS */
$brand: #104f68;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.408)
/* Android */
Color.parseColor("#104f68")Accessibility — WCAG contrast
Aa
#104f68 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104f68 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue40.8%
CMYK percentages
Cyan84.6%
Magenta24.0%
Yellow0.0%
Key (black)59.2%
Color previews
#104f68 text on a black background
contrast 2.34:1
Card sample
#104f68 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104f68;
Background color
Panel with #104f68 background
background-color: #104f68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104f68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104f68; background: linear-gradient(135deg, #104f68, #101468);