#0cfbdc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 251, 220
HSL
172°, 97%, 52%
CMYK
95, 0, 12, 2
Luminance
0.7424
Every format
| HEX | #0cfbdc |
| RGB | rgb(12, 251, 220) |
| HSL | hsl(172, 97%, 52%) |
| CMYK | cmyk(95%, 0%, 12%, 2%) |
| LAB | lab(89.0 -55.8 1.0) |
| LCH | lch(89.0 55.8 179.0) |
| OKLCH | oklch(0.885 0.160 179.4) |
Copy-ready code
/* CSS */
color: #0cfbdc;
background-color: #0cfbdc;
/* Tailwind (arbitrary) */
class="text-[#0cfbdc] bg-[#0cfbdc]"
/* SCSS */
$brand: #0cfbdc;
/* SwiftUI */
Color(red: 0.047, green: 0.984, blue: 0.863)
/* Android */
Color.parseColor("#0cfbdc")Accessibility — WCAG contrast
Aa
#0cfbdc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfbdc on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green98.4%
Blue86.3%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow12.4%
Key (black)1.6%
Color previews
#0cfbdc text on a black background
contrast 15.85:1
Card sample
#0cfbdc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfbdc;
Background color
Panel with #0cfbdc background
background-color: #0cfbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 251, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 251, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfbdc; background: linear-gradient(135deg, #0cfbdc, #0C7BFB);