Chickadee
#ffcf65
Looking for the precise values behind Chickadee (#ffcf65)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffcf65 | |
|---|---|---|
| RGB | rgb(255, 207, 101) | |
| HSL | hsl(41, 100%, 70%) | |
| CMYK | cmyk(0%, 19%, 60%, 0%) | |
| LAB | lab(86, 9, 58) | |
| OKLCH | oklch(0.88 0.135 85) |
Color harmonies
Tints & shades
Code snippets
color: #ffcf65;
background-color: #ffcf65;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCF65)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.81, blue: 0.40, alpha: 1.0)