#0cf5ac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 245, 172
HSL
161°, 92%, 50%
CMYK
95, 0, 30, 4
Luminance
0.6836
Every format
| HEX | #0cf5ac |
| RGB | rgb(12, 245, 172) |
| HSL | hsl(161, 92%, 50%) |
| CMYK | cmyk(95%, 0%, 30%, 4%) |
| LAB | lab(86.2 -65.0 21.8) |
| LCH | lch(86.2 68.5 161.5) |
| OKLCH | oklch(0.858 0.185 162.6) |
Copy-ready code
/* CSS */
color: #0cf5ac;
background-color: #0cf5ac;
/* Tailwind (arbitrary) */
class="text-[#0cf5ac] bg-[#0cf5ac]"
/* SCSS */
$brand: #0cf5ac;
/* SwiftUI */
Color(red: 0.047, green: 0.961, blue: 0.675)
/* Android */
Color.parseColor("#0cf5ac")Accessibility — WCAG contrast
Aa
#0cf5ac on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cf5ac on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green96.1%
Blue67.5%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow29.8%
Key (black)3.9%
Color previews
#0cf5ac text on a black background
contrast 14.67:1
Card sample
#0cf5ac text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cf5ac;
Background color
Panel with #0cf5ac background
background-color: #0cf5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cf5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 245, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 245, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cf5ac; background: linear-gradient(135deg, #0cf5ac, #0CA3F5);