#0cfdaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 253, 175
HSL
161°, 98%, 52%
CMYK
95, 0, 31, 1
Luminance
0.7342
Every format
| HEX | #0cfdaf |
| RGB | rgb(12, 253, 175) |
| HSL | hsl(161, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 31%, 1%) |
| LAB | lab(88.7 -67.2 23.6) |
| LCH | lch(88.7 71.2 160.6) |
| OKLCH | oklch(0.879 0.192 161.8) |
Copy-ready code
/* CSS */
color: #0cfdaf;
background-color: #0cfdaf;
/* Tailwind (arbitrary) */
class="text-[#0cfdaf] bg-[#0cfdaf]"
/* SCSS */
$brand: #0cfdaf;
/* SwiftUI */
Color(red: 0.047, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#0cfdaf")Accessibility — WCAG contrast
Aa
#0cfdaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfdaf on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green99.2%
Blue68.6%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#0cfdaf text on a black background
contrast 15.68:1
Card sample
#0cfdaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfdaf;
Background color
Panel with #0cfdaf background
background-color: #0cfdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfdaf; background: linear-gradient(135deg, #0cfdaf, #0CAAFD);