Black Pearl
#1e272c
Looking for the precise values behind Black Pearl (#1e272c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1e272c | |
|---|---|---|
| RGB | rgb(30, 39, 44) | |
| HSL | hsl(201, 19%, 15%) | |
| CMYK | cmyk(32%, 11%, 0%, 83%) | |
| LAB | lab(15, -3, -5) | |
| OKLCH | oklch(0.27 0.016 232) |
Color harmonies
Tints & shades
Code snippets
color: #1e272c;
background-color: #1e272c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1E272C)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.15, blue: 0.17, alpha: 1.0)