Errigal White
#f2f2f4
Looking for the precise values behind Errigal White (#f2f2f4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f2f2f4 | |
|---|---|---|
| RGB | rgb(242, 242, 244) | |
| HSL | hsl(240, 8%, 95%) | |
| CMYK | cmyk(1%, 1%, 0%, 4%) | |
| LAB | lab(96, 0, -1) | |
| OKLCH | oklch(0.96 0.003 286) |
Color harmonies
Tints & shades
Code snippets
color: #f2f2f4;
background-color: #f2f2f4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2F2F4)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.95, blue: 0.96, alpha: 1.0)