Cameo
#f2debc
Looking for the precise values behind Cameo (#f2debc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f2debc | |
|---|---|---|
| RGB | rgb(242, 222, 188) | |
| HSL | hsl(38, 67%, 84%) | |
| CMYK | cmyk(0%, 8%, 22%, 5%) | |
| LAB | lab(89, 3, 19) | |
| OKLCH | oklch(0.91 0.05 81) |
Color harmonies
Tints & shades
Code snippets
color: #f2debc;
background-color: #f2debc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2DEBC)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.87, blue: 0.74, alpha: 1.0)