Glaucous Green
#b3e8c2
Glaucous Green, represented by the hex value #b3e8c2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b3e8c2 | |
|---|---|---|
| RGB | rgb(179, 232, 194) | |
| HSL | hsl(137, 54%, 81%) | |
| CMYK | cmyk(23%, 0%, 16%, 9%) | |
| LAB | lab(88, -23, 13) | |
| OKLCH | oklch(0.88 0.075 153) |
Color harmonies
Tints & shades
Code snippets
color: #b3e8c2;
background-color: #b3e8c2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB3E8C2)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.91, blue: 0.76, alpha: 1.0)