Master Sword Blue
#00ffee
Here's everything about the color Master Sword Blue (#00ffee) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #00ffee | |
|---|---|---|
| RGB | rgb(0, 255, 238) | |
| HSL | hsl(176, 100%, 50%) | |
| CMYK | cmyk(100%, 0%, 7%, 0%) | |
| LAB | lab(90, -54, -7) | |
| OKLCH | oklch(0.9 0.158 186) |
Color harmonies
Tints & shades
Code snippets
color: #00ffee;
background-color: #00ffee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF00FFEE)
/* Swift / UIKit */
UIColor(red: 0.00, green: 1.00, blue: 0.93, alpha: 1.0)