Mosque
#005f5b
Looking for the precise values behind Mosque (#005f5b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #005f5b | |
|---|---|---|
| RGB | rgb(0, 95, 91) | |
| HSL | hsl(177, 100%, 19%) | |
| CMYK | cmyk(100%, 0%, 4%, 63%) | |
| LAB | lab(36, -26, -5) | |
| OKLCH | oklch(0.44 0.076 190) |
Color harmonies
Tints & shades
Code snippets
color: #005f5b;
background-color: #005f5b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF005F5B)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.37, blue: 0.36, alpha: 1.0)