#103621
a deep, vivid green · cool · closest name: darkslategray
RGB
16, 54, 33
HSL
147°, 54%, 14%
CMYK
70, 0, 39, 79
Luminance
0.0286
Every format
| HEX | #103621 |
| RGB | rgb(16, 54, 33) |
| HSL | hsl(147, 54%, 14%) |
| CMYK | cmyk(70%, 0%, 39%, 79%) |
| LAB | lab(19.5 -19.4 9.3) |
| LCH | lch(19.5 21.5 154.4) |
| OKLCH | oklch(0.299 0.058 156.0) |
Copy-ready code
/* CSS */
color: #103621;
background-color: #103621;
/* Tailwind (arbitrary) */
class="text-[#103621] bg-[#103621]"
/* SCSS */
$brand: #103621;
/* SwiftUI */
Color(red: 0.063, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#103621")Accessibility — WCAG contrast
Aa
#103621 on white: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103621 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green21.2%
Blue12.9%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#103621 text on a black background
contrast 1.57:1
Card sample
#103621 text on a white background
contrast 13.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103621;
Background color
Panel with #103621 background
background-color: #103621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103621; background: linear-gradient(135deg, #103621, #103236);