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