© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
Thijmen

Custom colors with TextColumn badges

Is there a way to get custom colors as badge?
Solution
you can pass a custom color using the Color class in any of the ->color() modifiers. For example.

use Filament\Support\Colors\Color;

->color(Color::hex('#bada55')
use Filament\Support\Colors\Color;

->color(Color::hex('#bada55')
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Custom colors
FilamentFFilament / ❓┊help
8mo ago
TextColumn displaying custom output
FilamentFFilament / ❓┊help
3y ago
Using custom colors
FilamentFFilament / ❓┊help
3y ago
Custom value of textcolumn description
FilamentFFilament / ❓┊help
3y ago