Shuriken
#333344
Here's everything about the color Shuriken (#333344) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #333344 | |
|---|---|---|
| RGB | rgb(51, 51, 68) | |
| HSL | hsl(240, 14%, 23%) | |
| CMYK | cmyk(25%, 25%, 0%, 73%) | |
| LAB | lab(22, 3, -11) | |
| OKLCH | oklch(0.33 0.03 285) |
Color harmonies
Tints & shades
Code snippets
color: #333344;
background-color: #333344;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF333344)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.20, blue: 0.27, alpha: 1.0)