#0cfceb
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 252, 235
HSL
176°, 98%, 52%
CMYK
95, 0, 7, 1
Luminance
0.7570
Every format
| HEX | #0cfceb |
| RGB | rgb(12, 252, 235) |
| HSL | hsl(176, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 7%, 1%) |
| LAB | lab(89.7 -52.2 -5.8) |
| LCH | lch(89.7 52.5 186.4) |
| OKLCH | oklch(0.892 0.155 186.1) |
Copy-ready code
/* CSS */
color: #0cfceb;
background-color: #0cfceb;
/* Tailwind (arbitrary) */
class="text-[#0cfceb] bg-[#0cfceb]"
/* SCSS */
$brand: #0cfceb;
/* SwiftUI */
Color(red: 0.047, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#0cfceb")Accessibility — WCAG contrast
Aa
#0cfceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfceb on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#0cfceb text on a black background
contrast 16.14:1
Card sample
#0cfceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfceb;
Background color
Panel with #0cfceb background
background-color: #0cfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfceb; background: linear-gradient(135deg, #0cfceb, #0C6DFC);