Hive
#ffff77
Here's everything about the color Hive (#ffff77) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffff77 | |
|---|---|---|
| RGB | rgb(255, 255, 119) | |
| HSL | hsl(60, 100%, 73%) | |
| CMYK | cmyk(0%, 0%, 53%, 0%) | |
| LAB | lab(98, -13, 64) | |
| OKLCH | oklch(0.97 0.157 109) |
Color harmonies
Tints & shades
Code snippets
color: #ffff77;
background-color: #ffff77;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFF77)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.47, alpha: 1.0)