White Bullet
#dfdfda
White Bullet is a color with the hex code #dfdfda. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dfdfda | |
|---|---|---|
| RGB | rgb(223, 223, 218) | |
| HSL | hsl(60, 7%, 86%) | |
| CMYK | cmyk(0%, 0%, 2%, 13%) | |
| LAB | lab(89, -1, 2) | |
| OKLCH | oklch(0.9 0.007 107) |
Color harmonies
Tints & shades
Code snippets
color: #dfdfda;
background-color: #dfdfda;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFDFDA)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.87, blue: 0.85, alpha: 1.0)