Force of Nature
#d5ce69
Looking for the precise values behind Force of Nature (#d5ce69)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d5ce69 | |
|---|---|---|
| RGB | rgb(213, 206, 105) | |
| HSL | hsl(56, 56%, 62%) | |
| CMYK | cmyk(0%, 3%, 51%, 16%) | |
| LAB | lab(82, -7, 50) | |
| OKLCH | oklch(0.84 0.124 105) |
Color harmonies
Tints & shades
Code snippets
color: #d5ce69;
background-color: #d5ce69;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD5CE69)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.81, blue: 0.41, alpha: 1.0)