#203003
a deep, electric green · cool · closest name: darkslategray
RGB
32, 48, 3
HSL
81°, 88%, 10%
CMYK
33, 0, 94, 81
Luminance
0.0243
Every format
| HEX | #203003 |
| RGB | rgb(32, 48, 3) |
| HSL | hsl(81, 88%, 10%) |
| CMYK | cmyk(33%, 0%, 94%, 81%) |
| LAB | lab(17.6 -14.8 23.6) |
| LCH | lch(17.6 27.9 122.1) |
| OKLCH | oklch(0.285 0.070 127.6) |
Copy-ready code
/* CSS */
color: #203003;
background-color: #203003;
/* Tailwind (arbitrary) */
class="text-[#203003] bg-[#203003]"
/* SCSS */
$brand: #203003;
/* SwiftUI */
Color(red: 0.125, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#203003")Accessibility — WCAG contrast
Aa
#203003 on white: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#203003 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green18.8%
Blue1.2%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow93.8%
Key (black)81.2%
Color previews
#203003 text on a black background
contrast 1.49:1
Card sample
#203003 text on a white background
contrast 14.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #203003;
Background color
Panel with #203003 background
background-color: #203003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #203003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #203003; background: linear-gradient(135deg, #203003, #033004);