#0cbf2c
a dark, electric green · cool · closest name: green
RGB
12, 191, 44
HSL
131°, 88%, 40%
CMYK
94, 0, 77, 25
Luminance
0.3752
Every format
| HEX | #0cbf2c |
| RGB | rgb(12, 191, 44) |
| HSL | hsl(131, 88%, 40%) |
| CMYK | cmyk(94%, 0%, 77%, 25%) |
| LAB | lab(67.7 -67.1 58.4) |
| LCH | lch(67.7 88.9 139.0) |
| OKLCH | oklch(0.699 0.224 144.1) |
Copy-ready code
/* CSS */
color: #0cbf2c;
background-color: #0cbf2c;
/* Tailwind (arbitrary) */
class="text-[#0cbf2c] bg-[#0cbf2c]"
/* SCSS */
$brand: #0cbf2c;
/* SwiftUI */
Color(red: 0.047, green: 0.749, blue: 0.173)
/* Android */
Color.parseColor("#0cbf2c")Accessibility — WCAG contrast
Aa
#0cbf2c on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cbf2c on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green74.9%
Blue17.3%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow77.0%
Key (black)25.1%
Color previews
#0cbf2c text on a black background
contrast 8.50:1
Card sample
#0cbf2c text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cbf2c;
Background color
Panel with #0cbf2c background
background-color: #0cbf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cbf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 191, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 191, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cbf2c; background: linear-gradient(135deg, #0cbf2c, #0CBFA3);