#0cfba3
a balanced, electric green · cool · closest name: aquamarine
RGB
12, 251, 163
HSL
158°, 97%, 52%
CMYK
95, 0, 35, 2
Luminance
0.7172
Every format
| HEX | #0cfba3 |
| RGB | rgb(12, 251, 163) |
| HSL | hsl(158, 97%, 52%) |
| CMYK | cmyk(95%, 0%, 35%, 2%) |
| LAB | lab(87.8 -69.0 28.6) |
| LCH | lch(87.8 74.7 157.5) |
| OKLCH | oklch(0.872 0.200 158.9) |
Copy-ready code
/* CSS */
color: #0cfba3;
background-color: #0cfba3;
/* Tailwind (arbitrary) */
class="text-[#0cfba3] bg-[#0cfba3]"
/* SCSS */
$brand: #0cfba3;
/* SwiftUI */
Color(red: 0.047, green: 0.984, blue: 0.639)
/* Android */
Color.parseColor("#0cfba3")Accessibility — WCAG contrast
Aa
#0cfba3 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfba3 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green98.4%
Blue63.9%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow35.1%
Key (black)1.6%
Color previews
#0cfba3 text on a black background
contrast 15.34:1
Card sample
#0cfba3 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfba3;
Background color
Panel with #0cfba3 background
background-color: #0cfba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 251, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 251, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfba3; background: linear-gradient(135deg, #0cfba3, #0CB4FB);