Eight Ball
#03050a
Eight Ball is a color with the hex code #03050a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #03050a | |
|---|---|---|
| RGB | rgb(3, 5, 10) | |
| HSL | hsl(223, 54%, 3%) | |
| CMYK | cmyk(70%, 50%, 0%, 96%) | |
| LAB | lab(1, 0, -2) | |
| OKLCH | oklch(0.11 0.015 261) |
Color harmonies
Tints & shades
Code snippets
color: #03050a;
background-color: #03050a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF03050A)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.02, blue: 0.04, alpha: 1.0)