#0cfbfc
a balanced, electric cyan · cool · “cyan”
RGB
12, 251, 252
HSL
180°, 98%, 52%
CMYK
95, 0, 0, 1
Luminance
0.7610
Every format
| HEX | #0cfbfc |
| RGB | rgb(12, 251, 252) |
| HSL | hsl(180, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 0%, 1%) |
| LAB | lab(89.9 -47.0 -14.4) |
| LCH | lch(89.9 49.1 197.0) |
| OKLCH | oklch(0.895 0.152 195.3) |
Copy-ready code
/* CSS */
color: #0cfbfc;
background-color: #0cfbfc;
/* Tailwind (arbitrary) */
class="text-[#0cfbfc] bg-[#0cfbfc]"
/* SCSS */
$brand: #0cfbfc;
/* SwiftUI */
Color(red: 0.047, green: 0.984, blue: 0.988)
/* Android */
Color.parseColor("#0cfbfc")Accessibility — WCAG contrast
Aa
#0cfbfc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cfbfc on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green98.4%
Blue98.8%
CMYK percentages
Cyan95.2%
Magenta0.4%
Yellow0.0%
Key (black)1.2%
Color previews
#0cfbfc text on a black background
contrast 16.22:1
Card sample
#0cfbfc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cfbfc;
Background color
Panel with #0cfbfc background
background-color: #0cfbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cfbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 251, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 251, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cfbfc; background: linear-gradient(135deg, #0cfbfc, #0C5BFC);