Brilliance
#fdfdfd
Looking for the precise values behind Brilliance (#fdfdfd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fdfdfd | |
|---|---|---|
| RGB | rgb(253, 253, 253) | |
| HSL | hsl(0, 0%, 99%) | |
| CMYK | cmyk(0%, 0%, 0%, 1%) | |
| LAB | lab(99, 0, 0) | |
| OKLCH | oklch(0.99 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #fdfdfd;
background-color: #fdfdfd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDFDFD)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.99, blue: 0.99, alpha: 1.0)