Megaman
#3cbcfc
Looking for the precise values behind Megaman (#3cbcfc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3cbcfc | |
|---|---|---|
| RGB | rgb(60, 188, 252) | |
| HSL | hsl(200, 97%, 61%) | |
| CMYK | cmyk(76%, 25%, 0%, 1%) | |
| LAB | lab(72, -20, -42) | |
| OKLCH | oklch(0.75 0.142 235) |
Color harmonies
Tints & shades
Code snippets
color: #3cbcfc;
background-color: #3cbcfc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF3CBCFC)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.74, blue: 0.99, alpha: 1.0)