#0cfcc3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 252, 195
HSL
166°, 98%, 52%
CMYK
95, 0, 23, 1
Luminance
0.7364
Every format
| HEX | #0cfcc3 |
| RGB | rgb(12, 252, 195) |
| HSL | hsl(166, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 23%, 1%) |
| LAB | lab(88.8 -62.4 13.5) |
| LCH | lch(88.8 63.8 167.8) |
| OKLCH | oklch(0.881 0.176 168.7) |
Copy-ready code
/* CSS */
color: #0cfcc3;
background-color: #0cfcc3;
/* Tailwind (arbitrary) */
class="text-[#0cfcc3] bg-[#0cfcc3]"
/* SCSS */
$brand: #0cfcc3;
/* SwiftUI */
Color(red: 0.047, green: 0.988, blue: 0.765)
/* Android */
Color.parseColor("#0cfcc3")Accessibility — WCAG contrast
Aa
#0cfcc3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfcc3 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green98.8%
Blue76.5%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow22.6%
Key (black)1.2%
Color previews
#0cfcc3 text on a black background
contrast 15.73:1
Card sample
#0cfcc3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfcc3;
Background color
Panel with #0cfcc3 background
background-color: #0cfcc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfcc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 252, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 252, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfcc3; background: linear-gradient(135deg, #0cfcc3, #0C95FC);