Diamond Cut
#e9e9f0
Looking for the precise values behind Diamond Cut (#e9e9f0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e9e9f0 | |
|---|---|---|
| RGB | rgb(233, 233, 240) | |
| HSL | hsl(240, 19%, 93%) | |
| CMYK | cmyk(3%, 3%, 0%, 6%) | |
| LAB | lab(92, 1, -3) | |
| OKLCH | oklch(0.94 0.009 286) |
Color harmonies
Tints & shades
Code snippets
color: #e9e9f0;
background-color: #e9e9f0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE9E9F0)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.91, blue: 0.94, alpha: 1.0)