Sour
#e5edb5
Looking for the precise values behind Sour (#e5edb5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e5edb5 | |
|---|---|---|
| RGB | rgb(229, 237, 181) | |
| HSL | hsl(69, 61%, 82%) | |
| CMYK | cmyk(3%, 0%, 24%, 7%) | |
| LAB | lab(92, -9, 26) | |
| OKLCH | oklch(0.93 0.073 114) |
Color harmonies
Tints & shades
Code snippets
color: #e5edb5;
background-color: #e5edb5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE5EDB5)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.93, blue: 0.71, alpha: 1.0)