#023213
a deep, electric green · cool · closest name: darkslategray
RGB
2, 50, 19
HSL
141°, 92%, 10%
CMYK
96, 0, 62, 80
Luminance
0.0234
Every format
| HEX | #023213 |
| RGB | rgb(2, 50, 19) |
| HSL | hsl(141, 92%, 10%) |
| CMYK | cmyk(96%, 0%, 62%, 80%) |
| LAB | lab(17.2 -24.0 15.3) |
| LCH | lch(17.2 28.5 147.4) |
| OKLCH | oklch(0.278 0.074 150.1) |
Copy-ready code
/* CSS */
color: #023213;
background-color: #023213;
/* Tailwind (arbitrary) */
class="text-[#023213] bg-[#023213]"
/* SCSS */
$brand: #023213;
/* SwiftUI */
Color(red: 0.008, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#023213")Accessibility — WCAG contrast
Aa
#023213 on white: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#023213 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green19.6%
Blue7.5%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow62.0%
Key (black)80.4%
Color previews
#023213 text on a black background
contrast 1.47:1
Card sample
#023213 text on a white background
contrast 14.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #023213;
Background color
Panel with #023213 background
background-color: #023213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #023213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #023213; background: linear-gradient(135deg, #023213, #023132);