Bat-Signal
#feff00
Bat-Signal, represented by the hex value #feff00, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #feff00 | |
|---|---|---|
| RGB | rgb(254, 255, 0) | |
| HSL | hsl(60, 100%, 50%) | |
| CMYK | cmyk(0%, 0%, 100%, 0%) | |
| LAB | lab(98, -16, 93) | |
| OKLCH | oklch(0.97 0.211 110) |
Color harmonies
Tints & shades
Code snippets
color: #feff00;
background-color: #feff00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEFF00)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.00, alpha: 1.0)