Jakarta
#efddc3
Jakarta is a color with the hex code #efddc3. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #efddc3 | |
|---|---|---|
| RGB | rgb(239, 221, 195) | |
| HSL | hsl(35, 58%, 85%) | |
| CMYK | cmyk(0%, 8%, 18%, 6%) | |
| LAB | lab(89, 3, 15) | |
| OKLCH | oklch(0.91 0.04 77) |
Color harmonies
Tints & shades
Code snippets
color: #efddc3;
background-color: #efddc3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFDDC3)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.87, blue: 0.76, alpha: 1.0)