Pegasus
#e8e9e4
Looking for the precise values behind Pegasus (#e8e9e4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e8e9e4 | |
|---|---|---|
| RGB | rgb(232, 233, 228) | |
| HSL | hsl(72, 10%, 90%) | |
| CMYK | cmyk(0%, 0%, 2%, 9%) | |
| LAB | lab(92, -1, 2) | |
| OKLCH | oklch(0.93 0.007 116) |
Color harmonies
Tints & shades
Code snippets
color: #e8e9e4;
background-color: #e8e9e4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE8E9E4)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.91, blue: 0.89, alpha: 1.0)