Ruined Smores
#0f1012
Looking for the precise values behind Ruined Smores (#0f1012)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0f1012 | |
|---|---|---|
| RGB | rgb(15, 16, 18) | |
| HSL | hsl(220, 9%, 6%) | |
| CMYK | cmyk(17%, 11%, 0%, 93%) | |
| LAB | lab(5, 0, -1) | |
| OKLCH | oklch(0.17 0.004 264) |
Color harmonies
Tints & shades
Code snippets
color: #0f1012;
background-color: #0f1012;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0F1012)
/* Swift / UIKit */
UIColor(red: 0.06, green: 0.06, blue: 0.07, alpha: 1.0)