Lightning Bolt
#e5ebe6
Looking for the precise values behind Lightning Bolt (#e5ebe6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e5ebe6 | |
|---|---|---|
| RGB | rgb(229, 235, 230) | |
| HSL | hsl(130, 13%, 91%) | |
| CMYK | cmyk(3%, 0%, 2%, 8%) | |
| LAB | lab(92, -3, 2) | |
| OKLCH | oklch(0.93 0.009 151) |
Color harmonies
Tints & shades
Code snippets
color: #e5ebe6;
background-color: #e5ebe6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE5EBE6)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.92, blue: 0.90, alpha: 1.0)