#104f6d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 79, 109
HSL
199°, 74%, 25%
CMYK
85, 28, 0, 57
Luminance
0.0681
Every format
| HEX | #104f6d |
| RGB | rgb(16, 79, 109) |
| HSL | hsl(199, 74%, 25%) |
| CMYK | cmyk(85%, 28%, 0%, 57%) |
| LAB | lab(31.4 -7.6 -22.7) |
| LCH | lch(31.4 24.0 251.4) |
| OKLCH | oklch(0.405 0.078 235.0) |
Copy-ready code
/* CSS */
color: #104f6d;
background-color: #104f6d;
/* Tailwind (arbitrary) */
class="text-[#104f6d] bg-[#104f6d]"
/* SCSS */
$brand: #104f6d;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.427)
/* Android */
Color.parseColor("#104f6d")Accessibility — WCAG contrast
Aa
#104f6d on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104f6d on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue42.7%
CMYK percentages
Cyan85.3%
Magenta27.5%
Yellow0.0%
Key (black)57.3%
Color previews
#104f6d text on a black background
contrast 2.36:1
Card sample
#104f6d text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104f6d;
Background color
Panel with #104f6d background
background-color: #104f6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104f6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104f6d; background: linear-gradient(135deg, #104f6d, #10116D);