#0cf485
a balanced, electric green · cool · closest name: aquamarine
RGB
12, 244, 133
HSL
151°, 91%, 50%
CMYK
95, 0, 46, 4
Luminance
0.6647
Every format
| HEX | #0cf485 |
| RGB | rgb(12, 244, 133) |
| HSL | hsl(151, 91%, 50%) |
| CMYK | cmyk(95%, 0%, 46%, 4%) |
| LAB | lab(85.2 -72.2 40.1) |
| LCH | lch(85.2 82.5 150.9) |
| OKLCH | oklch(0.848 0.217 153.0) |
Copy-ready code
/* CSS */
color: #0cf485;
background-color: #0cf485;
/* Tailwind (arbitrary) */
class="text-[#0cf485] bg-[#0cf485]"
/* SCSS */
$brand: #0cf485;
/* SwiftUI */
Color(red: 0.047, green: 0.957, blue: 0.522)
/* Android */
Color.parseColor("#0cf485")Accessibility — WCAG contrast
Aa
#0cf485 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cf485 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green95.7%
Blue52.2%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow45.5%
Key (black)4.3%
Color previews
#0cf485 text on a black background
contrast 14.29:1
Card sample
#0cf485 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cf485;
Background color
Panel with #0cf485 background
background-color: #0cf485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cf485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 244, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 244, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cf485; background: linear-gradient(135deg, #0cf485, #0CC8F4);