Witches Cauldron
#35343f
Looking for the precise values behind Witches Cauldron (#35343f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #35343f | |
|---|---|---|
| RGB | rgb(53, 52, 63) | |
| HSL | hsl(245, 10%, 23%) | |
| CMYK | cmyk(16%, 17%, 0%, 75%) | |
| LAB | lab(22, 2, -7) | |
| OKLCH | oklch(0.33 0.019 289) |
Color harmonies
Tints & shades
Code snippets
color: #35343f;
background-color: #35343f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF35343F)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.20, blue: 0.25, alpha: 1.0)