Koi
#d2663b
Koi is a color with the hex code #d2663b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d2663b | |
|---|---|---|
| RGB | rgb(210, 102, 59) | |
| HSL | hsl(17, 63%, 53%) | |
| CMYK | cmyk(0%, 51%, 72%, 18%) | |
| LAB | lab(56, 41, 44) | |
| OKLCH | oklch(0.63 0.148 41) |
Color harmonies
Tints & shades
Code snippets
color: #d2663b;
background-color: #d2663b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFD2663B)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.40, blue: 0.23, alpha: 1.0)