Beau Monde
#7db39e
Looking for the precise values behind Beau Monde (#7db39e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7db39e | |
|---|---|---|
| RGB | rgb(125, 179, 158) | |
| HSL | hsl(157, 26%, 60%) | |
| CMYK | cmyk(30%, 0%, 12%, 30%) | |
| LAB | lab(69, -22, 5) | |
| OKLCH | oklch(0.72 0.065 168) |
Color harmonies
Tints & shades
Code snippets
color: #7db39e;
background-color: #7db39e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF7DB39E)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.70, blue: 0.62, alpha: 1.0)