Sour Veil
#ffffbf
Here's everything about the color Sour Veil (#ffffbf) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffffbf | |
|---|---|---|
| RGB | rgb(255, 255, 191) | |
| HSL | hsl(60, 100%, 87%) | |
| CMYK | cmyk(0%, 0%, 25%, 0%) | |
| LAB | lab(99, -7, 31) | |
| OKLCH | oklch(0.98 0.081 108) |
Color harmonies
Tints & shades
Code snippets
color: #ffffbf;
background-color: #ffffbf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFBF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.75, alpha: 1.0)