Raven
#0b0b0b
Looking for the precise values behind Raven (#0b0b0b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0b0b0b | |
|---|---|---|
| RGB | rgb(11, 11, 11) | |
| HSL | hsl(0, 0%, 4%) | |
| CMYK | cmyk(0%, 0%, 0%, 96%) | |
| LAB | lab(3, 0, 0) | |
| OKLCH | oklch(0.15 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #0b0b0b;
background-color: #0b0b0b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0B0B0B)
/* Swift / UIKit */
UIColor(red: 0.04, green: 0.04, blue: 0.04, alpha: 1.0)