#103003
a deep, electric green · cool · closest name: darkslategray
RGB
16, 48, 3
HSL
103°, 88%, 10%
CMYK
67, 0, 94, 81
Luminance
0.0223
Every format
| HEX | #103003 |
| RGB | rgb(16, 48, 3) |
| HSL | hsl(103, 88%, 10%) |
| CMYK | cmyk(67%, 0%, 94%, 81%) |
| LAB | lab(16.6 -21.6 22.3) |
| LCH | lch(16.6 31.0 134.1) |
| OKLCH | oklch(0.274 0.080 138.2) |
Copy-ready code
/* CSS */
color: #103003;
background-color: #103003;
/* Tailwind (arbitrary) */
class="text-[#103003] bg-[#103003]"
/* SCSS */
$brand: #103003;
/* SwiftUI */
Color(red: 0.063, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#103003")Accessibility — WCAG contrast
Aa
#103003 on white: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103003 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green18.8%
Blue1.2%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow93.8%
Key (black)81.2%
Color previews
#103003 text on a black background
contrast 1.45:1
Card sample
#103003 text on a white background
contrast 14.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103003;
Background color
Panel with #103003 background
background-color: #103003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103003; background: linear-gradient(135deg, #103003, #033014);