#193003
a deep, electric green · cool · closest name: darkslategray
RGB
25, 48, 3
HSL
91°, 88%, 10%
CMYK
48, 0, 94, 81
Luminance
0.0233
Every format
| HEX | #193003 |
| RGB | rgb(25, 48, 3) |
| HSL | hsl(91, 88%, 10%) |
| CMYK | cmyk(48%, 0%, 94%, 81%) |
| LAB | lab(17.1 -18.1 23.0) |
| LCH | lch(17.1 29.2 128.2) |
| OKLCH | oklch(0.280 0.075 133.1) |
Copy-ready code
/* CSS */
color: #193003;
background-color: #193003;
/* Tailwind (arbitrary) */
class="text-[#193003] bg-[#193003]"
/* SCSS */
$brand: #193003;
/* SwiftUI */
Color(red: 0.098, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#193003")Accessibility — WCAG contrast
Aa
#193003 on white: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#193003 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green18.8%
Blue1.2%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow93.8%
Key (black)81.2%
Color previews
#193003 text on a black background
contrast 1.47:1
Card sample
#193003 text on a white background
contrast 14.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #193003;
Background color
Panel with #193003 background
background-color: #193003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #193003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #193003; background: linear-gradient(135deg, #193003, #03300B);