Holy Ghost
#efe9e6
Looking for the precise values behind Holy Ghost (#efe9e6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #efe9e6 | |
|---|---|---|
| RGB | rgb(239, 233, 230) | |
| HSL | hsl(20, 22%, 92%) | |
| CMYK | cmyk(0%, 3%, 4%, 6%) | |
| LAB | lab(93, 2, 2) | |
| OKLCH | oklch(0.94 0.008 49) |
Color harmonies
Tints & shades
Code snippets
color: #efe9e6;
background-color: #efe9e6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFE9E6)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.91, blue: 0.90, alpha: 1.0)