Canadian Maple
#cab266
Looking for the precise values behind Canadian Maple (#cab266)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cab266 | |
|---|---|---|
| RGB | rgb(202, 178, 102) | |
| HSL | hsl(46, 49%, 60%) | |
| CMYK | cmyk(0%, 12%, 50%, 21%) | |
| LAB | lab(73, 2, 42) | |
| OKLCH | oklch(0.77 0.1 92) |
Color harmonies
Tints & shades
Code snippets
color: #cab266;
background-color: #cab266;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCAB266)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.70, blue: 0.40, alpha: 1.0)