Dark Knight
#151931
Looking for the precise values behind Dark Knight (#151931)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #151931 | |
|---|---|---|
| RGB | rgb(21, 25, 49) | |
| HSL | hsl(231, 40%, 14%) | |
| CMYK | cmyk(57%, 49%, 0%, 81%) | |
| LAB | lab(9, 4, -17) | |
| OKLCH | oklch(0.22 0.047 275) |
Color harmonies
Tints & shades
Code snippets
color: #151931;
background-color: #151931;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF151931)
/* Swift / UIKit */
UIColor(red: 0.08, green: 0.10, blue: 0.19, alpha: 1.0)