Nature
#bfd5b3
Looking for the precise values behind Nature (#bfd5b3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bfd5b3 | |
|---|---|---|
| RGB | rgb(191, 213, 179) | |
| HSL | hsl(99, 29%, 77%) | |
| CMYK | cmyk(10%, 0%, 16%, 16%) | |
| LAB | lab(83, -12, 14) | |
| OKLCH | oklch(0.85 0.052 134) |
Color harmonies
Tints & shades
Code snippets
color: #bfd5b3;
background-color: #bfd5b3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBFD5B3)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.84, blue: 0.70, alpha: 1.0)