Cotton Boll
#e7effb
Cotton Boll, represented by the hex value #e7effb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e7effb | |
|---|---|---|
| RGB | rgb(231, 239, 251) | |
| HSL | hsl(216, 71%, 95%) | |
| CMYK | cmyk(8%, 5%, 0%, 2%) | |
| LAB | lab(94, -1, -7) | |
| OKLCH | oklch(0.95 0.018 258) |
Color harmonies
Tints & shades
Code snippets
color: #e7effb;
background-color: #e7effb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE7EFFB)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.94, blue: 0.98, alpha: 1.0)