#0ca521
a dark, electric green · cool · closest name: green
RGB
12, 165, 33
HSL
128°, 86%, 35%
CMYK
93, 0, 80, 35
Luminance
0.2710
Every format
| HEX | #0ca521 |
| RGB | rgb(12, 165, 33) |
| HSL | hsl(128, 86%, 35%) |
| CMYK | cmyk(93%, 0%, 80%, 35%) |
| LAB | lab(59.1 -60.3 53.6) |
| LCH | lch(59.1 80.6 138.4) |
| OKLCH | oklch(0.627 0.202 143.7) |
Copy-ready code
/* CSS */
color: #0ca521;
background-color: #0ca521;
/* Tailwind (arbitrary) */
class="text-[#0ca521] bg-[#0ca521]"
/* SCSS */
$brand: #0ca521;
/* SwiftUI */
Color(red: 0.047, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#0ca521")Accessibility — WCAG contrast
Aa
#0ca521 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ca521 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green64.7%
Blue12.9%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#0ca521 text on a black background
contrast 6.42:1
Card sample
#0ca521 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ca521;
Background color
Panel with #0ca521 background
background-color: #0ca521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ca521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ca521; background: linear-gradient(135deg, #0ca521, #0CA587);