#233003
a deep, electric green · cool · closest name: darkslategray
RGB
35, 48, 3
HSL
77°, 88%, 10%
CMYK
27, 0, 94, 81
Luminance
0.0248
Every format
| HEX | #233003 |
| RGB | rgb(35, 48, 3) |
| HSL | hsl(77, 88%, 10%) |
| CMYK | cmyk(27%, 0%, 94%, 81%) |
| LAB | lab(17.8 -13.3 24.0) |
| LCH | lch(17.8 27.4 119.1) |
| OKLCH | oklch(0.287 0.068 124.8) |
Copy-ready code
/* CSS */
color: #233003;
background-color: #233003;
/* Tailwind (arbitrary) */
class="text-[#233003] bg-[#233003]"
/* SCSS */
$brand: #233003;
/* SwiftUI */
Color(red: 0.137, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#233003")Accessibility — WCAG contrast
Aa
#233003 on white: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233003 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.8%
Blue1.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow93.8%
Key (black)81.2%
Color previews
#233003 text on a black background
contrast 1.50:1
Card sample
#233003 text on a white background
contrast 14.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233003;
Background color
Panel with #233003 background
background-color: #233003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233003; background: linear-gradient(135deg, #233003, #053003);