Tractor Beam
#00bffe
Tractor Beam, represented by the hex value #00bffe, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #00bffe | |
|---|---|---|
| RGB | rgb(0, 191, 254) | |
| HSL | hsl(195, 100%, 50%) | |
| CMYK | cmyk(100%, 25%, 0%, 0%) | |
| LAB | lab(72, -24, -43) | |
| OKLCH | oklch(0.75 0.153 231) |
Color harmonies
Tints & shades
Code snippets
color: #00bffe;
background-color: #00bffe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF00BFFE)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.75, blue: 1.00, alpha: 1.0)