Disco Ball
#d4d4d4
Here's everything about the color Disco Ball (#d4d4d4) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #d4d4d4 | |
|---|---|---|
| RGB | rgb(212, 212, 212) | |
| HSL | hsl(0, 0%, 83%) | |
| CMYK | cmyk(0%, 0%, 0%, 17%) | |
| LAB | lab(85, 0, 0) | |
| OKLCH | oklch(0.87 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #d4d4d4;
background-color: #d4d4d4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD4D4D4)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.83, blue: 0.83, alpha: 1.0)