#0cd93f
a dark, electric green · cool · closest name: lime
RGB
12, 217, 63
HSL
135°, 90%, 45%
CMYK
95, 0, 71, 15
Luminance
0.5006
Every format
| HEX | #0cd93f |
| RGB | rgb(12, 217, 63) |
| HSL | hsl(135, 90%, 45%) |
| CMYK | cmyk(95%, 0%, 71%, 15%) |
| LAB | lab(76.1 -73.0 60.3) |
| LCH | lch(76.1 94.7 140.4) |
| OKLCH | oklch(0.770 0.240 145.0) |
Copy-ready code
/* CSS */
color: #0cd93f;
background-color: #0cd93f;
/* Tailwind (arbitrary) */
class="text-[#0cd93f] bg-[#0cd93f]"
/* SCSS */
$brand: #0cd93f;
/* SwiftUI */
Color(red: 0.047, green: 0.851, blue: 0.247)
/* Android */
Color.parseColor("#0cd93f")Accessibility — WCAG contrast
Aa
#0cd93f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd93f on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green85.1%
Blue24.7%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow71.0%
Key (black)14.9%
Color previews
#0cd93f text on a black background
contrast 11.01:1
Card sample
#0cd93f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd93f;
Background color
Panel with #0cd93f background
background-color: #0cd93f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd93f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 217, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 217, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd93f; background: linear-gradient(135deg, #0cd93f, #0CD9C8);