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