#0cfabe
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 250, 190
HSL
165°, 96%, 51%
CMYK
95, 0, 24, 2
Luminance
0.7217
Every format
| HEX | #0cfabe |
| RGB | rgb(12, 250, 190) |
| HSL | hsl(165, 96%, 51%) |
| CMYK | cmyk(95%, 0%, 24%, 2%) |
| LAB | lab(88.0 -62.8 15.1) |
| LCH | lch(88.0 64.6 166.5) |
| OKLCH | oklch(0.875 0.177 167.4) |
Copy-ready code
/* CSS */
color: #0cfabe;
background-color: #0cfabe;
/* Tailwind (arbitrary) */
class="text-[#0cfabe] bg-[#0cfabe]"
/* SCSS */
$brand: #0cfabe;
/* SwiftUI */
Color(red: 0.047, green: 0.980, blue: 0.745)
/* Android */
Color.parseColor("#0cfabe")Accessibility — WCAG contrast
Aa
#0cfabe on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfabe on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green98.0%
Blue74.5%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow24.0%
Key (black)2.0%
Color previews
#0cfabe text on a black background
contrast 15.43:1
Card sample
#0cfabe text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfabe;
Background color
Panel with #0cfabe background
background-color: #0cfabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 250, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 250, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfabe; background: linear-gradient(135deg, #0cfabe, #0C97FA);