#103c3d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 60, 61
HSL
181°, 58%, 15%
CMYK
74, 2, 0, 76
Luminance
0.0368
Every format
| HEX | #103c3d |
| RGB | rgb(16, 60, 61) |
| HSL | hsl(181, 58%, 15%) |
| CMYK | cmyk(74%, 2%, 0%, 76%) |
| LAB | lab(22.6 -14.3 -5.0) |
| LCH | lch(22.6 15.1 199.4) |
| OKLCH | oklch(0.327 0.047 197.3) |
Copy-ready code
/* CSS */
color: #103c3d;
background-color: #103c3d;
/* Tailwind (arbitrary) */
class="text-[#103c3d] bg-[#103c3d]"
/* SCSS */
$brand: #103c3d;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.239)
/* Android */
Color.parseColor("#103c3d")Accessibility — WCAG contrast
Aa
#103c3d on white: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c3d on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue23.9%
CMYK percentages
Cyan73.8%
Magenta1.6%
Yellow0.0%
Key (black)76.1%
Color previews
#103c3d text on a black background
contrast 1.74:1
Card sample
#103c3d text on a white background
contrast 12.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c3d;
Background color
Panel with #103c3d background
background-color: #103c3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c3d; background: linear-gradient(135deg, #103c3d, #101E3D);