#0cfeac
a balanced, electric green · cool · closest name: aquamarine
RGB
12, 254, 172
HSL
160°, 99%, 52%
CMYK
95, 0, 32, 0
Luminance
0.7394
Every format
| HEX | #0cfeac |
| RGB | rgb(12, 254, 172) |
| HSL | hsl(160, 99%, 52%) |
| CMYK | cmyk(95%, 0%, 32%, 0%) |
| LAB | lab(88.9 -68.2 25.5) |
| LCH | lch(88.9 72.8 159.5) |
| OKLCH | oklch(0.881 0.196 160.8) |
Copy-ready code
/* CSS */
color: #0cfeac;
background-color: #0cfeac;
/* Tailwind (arbitrary) */
class="text-[#0cfeac] bg-[#0cfeac]"
/* SCSS */
$brand: #0cfeac;
/* SwiftUI */
Color(red: 0.047, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#0cfeac")Accessibility — WCAG contrast
Aa
#0cfeac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfeac on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green99.6%
Blue67.5%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#0cfeac text on a black background
contrast 15.79:1
Card sample
#0cfeac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfeac;
Background color
Panel with #0cfeac background
background-color: #0cfeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfeac; background: linear-gradient(135deg, #0cfeac, #0CAFFE);