#0cfda3
a balanced, electric green · cool · closest name: aquamarine
RGB
12, 253, 163
HSL
158°, 98%, 52%
CMYK
95, 0, 36, 1
Luminance
0.7297
Every format
| HEX | #0cfda3 |
| RGB | rgb(12, 253, 163) |
| HSL | hsl(158, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 36%, 1%) |
| LAB | lab(88.4 -69.7 29.4) |
| LCH | lch(88.4 75.6 157.1) |
| OKLCH | oklch(0.876 0.202 158.5) |
Copy-ready code
/* CSS */
color: #0cfda3;
background-color: #0cfda3;
/* Tailwind (arbitrary) */
class="text-[#0cfda3] bg-[#0cfda3]"
/* SCSS */
$brand: #0cfda3;
/* SwiftUI */
Color(red: 0.047, green: 0.992, blue: 0.639)
/* Android */
Color.parseColor("#0cfda3")Accessibility — WCAG contrast
Aa
#0cfda3 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfda3 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green99.2%
Blue63.9%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow35.6%
Key (black)0.8%
Color previews
#0cfda3 text on a black background
contrast 15.59:1
Card sample
#0cfda3 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfda3;
Background color
Panel with #0cfda3 background
background-color: #0cfda3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfda3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 253, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 253, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfda3; background: linear-gradient(135deg, #0cfda3, #0CB6FD);