Dinosaur Egg
#cabaa9
Dinosaur Egg is a color with the hex code #cabaa9. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cabaa9 | |
|---|---|---|
| RGB | rgb(202, 186, 169) | |
| HSL | hsl(31, 24%, 73%) | |
| CMYK | cmyk(0%, 8%, 16%, 21%) | |
| LAB | lab(77, 4, 11) | |
| OKLCH | oklch(0.8 0.03 69) |
Color harmonies
Tints & shades
Code snippets
color: #cabaa9;
background-color: #cabaa9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCABAA9)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.73, blue: 0.66, alpha: 1.0)