Lamb’s Wool
#ffffe3
Looking for the precise values behind Lamb’s Wool (#ffffe3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffffe3 | |
|---|---|---|
| RGB | rgb(255, 255, 227) | |
| HSL | hsl(60, 100%, 95%) | |
| CMYK | cmyk(0%, 0%, 11%, 0%) | |
| LAB | lab(99, -3, 13) | |
| OKLCH | oklch(0.99 0.036 107) |
Color harmonies
Tints & shades
Code snippets
color: #ffffe3;
background-color: #ffffe3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFE3)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.89, alpha: 1.0)