Calcium Rock
#eee9d9
Calcium Rock is a color with the hex code #eee9d9. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eee9d9 | |
|---|---|---|
| RGB | rgb(238, 233, 217) | |
| HSL | hsl(46, 38%, 89%) | |
| CMYK | cmyk(0%, 2%, 9%, 7%) | |
| LAB | lab(92, 0, 8) | |
| OKLCH | oklch(0.93 0.022 93) |
Color harmonies
Tints & shades
Code snippets
color: #eee9d9;
background-color: #eee9d9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEE9D9)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.91, blue: 0.85, alpha: 1.0)