Excalibur
#676168
Looking for the precise values behind Excalibur (#676168)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #676168 | |
|---|---|---|
| RGB | rgb(103, 97, 104) | |
| HSL | hsl(291, 3%, 39%) | |
| CMYK | cmyk(1%, 7%, 0%, 59%) | |
| LAB | lab(42, 4, -3) | |
| OKLCH | oklch(0.5 0.013 321) |
Color harmonies
Tints & shades
Code snippets
color: #676168;
background-color: #676168;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF676168)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.38, blue: 0.41, alpha: 1.0)