#104f6f
a deep, vivid blue · cool · closest name: darkslategray
RGB
16, 79, 111
HSL
200°, 75%, 25%
CMYK
86, 29, 0, 57
Luminance
0.0685
Every format
| HEX | #104f6f |
| RGB | rgb(16, 79, 111) |
| HSL | hsl(200, 75%, 25%) |
| CMYK | cmyk(86%, 29%, 0%, 57%) |
| LAB | lab(31.5 -6.8 -23.8) |
| LCH | lch(31.5 24.8 254.0) |
| OKLCH | oklch(0.406 0.081 236.7) |
Copy-ready code
/* CSS */
color: #104f6f;
background-color: #104f6f;
/* Tailwind (arbitrary) */
class="text-[#104f6f] bg-[#104f6f]"
/* SCSS */
$brand: #104f6f;
/* SwiftUI */
Color(red: 0.063, green: 0.310, blue: 0.435)
/* Android */
Color.parseColor("#104f6f")Accessibility — WCAG contrast
Aa
#104f6f on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104f6f on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.0%
Blue43.5%
CMYK percentages
Cyan85.6%
Magenta28.8%
Yellow0.0%
Key (black)56.5%
Color previews
#104f6f text on a black background
contrast 2.37:1
Card sample
#104f6f text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104f6f;
Background color
Panel with #104f6f background
background-color: #104f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 79, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 79, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104f6f; background: linear-gradient(135deg, #104f6f, #10106F);