Dr. White
#fafafa
Dr. White is a color with the hex code #fafafa. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fafafa | |
|---|---|---|
| RGB | rgb(250, 250, 250) | |
| HSL | hsl(0, 0%, 98%) | |
| CMYK | cmyk(0%, 0%, 0%, 2%) | |
| LAB | lab(98, 0, 0) | |
| OKLCH | oklch(0.99 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #fafafa;
background-color: #fafafa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAFAFA)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.98, blue: 0.98, alpha: 1.0)