Beluga
#eff2f1
Here's everything about the color Beluga (#eff2f1) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eff2f1 | |
|---|---|---|
| RGB | rgb(239, 242, 241) | |
| HSL | hsl(160, 10%, 94%) | |
| CMYK | cmyk(1%, 0%, 0%, 5%) | |
| LAB | lab(95, -1, 0) | |
| OKLCH | oklch(0.96 0.003 174) |
Color harmonies
Tints & shades
Code snippets
color: #eff2f1;
background-color: #eff2f1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFF2F1)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.95, blue: 0.95, alpha: 1.0)