Phantom Ship
#2f3434
Looking for the precise values behind Phantom Ship (#2f3434)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2f3434 | |
|---|---|---|
| RGB | rgb(47, 52, 52) | |
| HSL | hsl(180, 5%, 19%) | |
| CMYK | cmyk(10%, 0%, 0%, 80%) | |
| LAB | lab(21, -2, -1) | |
| OKLCH | oklch(0.32 0.007 197) |
Color harmonies
Tints & shades
Code snippets
color: #2f3434;
background-color: #2f3434;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2F3434)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.20, blue: 0.20, alpha: 1.0)