Indian Pale Ale
#d5bc26
Looking for the precise values behind Indian Pale Ale (#d5bc26)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d5bc26 | |
|---|---|---|
| RGB | rgb(213, 188, 38) | |
| HSL | hsl(51, 70%, 49%) | |
| CMYK | cmyk(0%, 12%, 82%, 16%) | |
| LAB | lab(77, -1, 71) | |
| OKLCH | oklch(0.79 0.156 99) |
Color harmonies
Tints & shades
Code snippets
color: #d5bc26;
background-color: #d5bc26;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD5BC26)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.74, blue: 0.15, alpha: 1.0)