April Showers
#dadeb5
April Showers is a color with the hex code #dadeb5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dadeb5 | |
|---|---|---|
| RGB | rgb(218, 222, 181) | |
| HSL | hsl(66, 38%, 79%) | |
| CMYK | cmyk(2%, 0%, 18%, 13%) | |
| LAB | lab(87, -6, 20) | |
| OKLCH | oklch(0.89 0.054 112) |
Color harmonies
Tints & shades
Code snippets
color: #dadeb5;
background-color: #dadeb5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDADEB5)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.87, blue: 0.71, alpha: 1.0)