Biohazard Suit
#fbfb4c
Biohazard Suit, represented by the hex value #fbfb4c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fbfb4c | |
|---|---|---|
| RGB | rgb(251, 251, 76) | |
| HSL | hsl(60, 96%, 64%) | |
| CMYK | cmyk(0%, 0%, 70%, 2%) | |
| LAB | lab(96, -14, 78) | |
| OKLCH | oklch(0.96 0.186 109) |
Color harmonies
Tints & shades
Code snippets
color: #fbfb4c;
background-color: #fbfb4c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBFB4C)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.98, blue: 0.30, alpha: 1.0)