Virtual Boy
#fe0215
Virtual Boy is a color with the hex code #fe0215. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fe0215 | |
|---|---|---|
| RGB | rgb(254, 2, 21) | |
| HSL | hsl(355, 99%, 50%) | |
| CMYK | cmyk(0%, 99%, 92%, 0%) | |
| LAB | lab(54, 81, 64) | |
| OKLCH | oklch(0.63 0.256 28) |
Color harmonies
Tints & shades
Code snippets
color: #fe0215;
background-color: #fe0215;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFE0215)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.01, blue: 0.08, alpha: 1.0)