Animal Kingdom
#bcc09e
Looking for the precise values behind Animal Kingdom (#bcc09e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bcc09e | |
|---|---|---|
| RGB | rgb(188, 192, 158) | |
| HSL | hsl(67, 21%, 69%) | |
| CMYK | cmyk(2%, 0%, 18%, 25%) | |
| LAB | lab(77, -6, 17) | |
| OKLCH | oklch(0.8 0.047 113) |
Color harmonies
Tints & shades
Code snippets
color: #bcc09e;
background-color: #bcc09e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBCC09E)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.75, blue: 0.62, alpha: 1.0)