Silver Phoenix
#ebecf5
Looking for the precise values behind Silver Phoenix (#ebecf5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ebecf5 | |
|---|---|---|
| RGB | rgb(235, 236, 245) | |
| HSL | hsl(234, 33%, 94%) | |
| CMYK | cmyk(4%, 4%, 0%, 4%) | |
| LAB | lab(94, 1, -4) | |
| OKLCH | oklch(0.94 0.012 281) |
Color harmonies
Tints & shades
Code snippets
color: #ebecf5;
background-color: #ebecf5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBECF5)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.93, blue: 0.96, alpha: 1.0)