Homoeopathic Blue
#dbe7e3
Looking for the precise values behind Homoeopathic Blue (#dbe7e3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dbe7e3 | |
|---|---|---|
| RGB | rgb(219, 231, 227) | |
| HSL | hsl(160, 20%, 88%) | |
| CMYK | cmyk(5%, 0%, 2%, 9%) | |
| LAB | lab(91, -5, 0) | |
| OKLCH | oklch(0.92 0.014 174) |
Color harmonies
Tints & shades
Code snippets
color: #dbe7e3;
background-color: #dbe7e3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDBE7E3)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.91, blue: 0.89, alpha: 1.0)