Glassmith
#46b5c0
Looking for the precise values behind Glassmith (#46b5c0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #46b5c0 | |
|---|---|---|
| RGB | rgb(70, 181, 192) | |
| HSL | hsl(185, 49%, 51%) | |
| CMYK | cmyk(64%, 6%, 0%, 25%) | |
| LAB | lab(68, -30, -15) | |
| OKLCH | oklch(0.71 0.1 204) |
Color harmonies
Tints & shades
Code snippets
color: #46b5c0;
background-color: #46b5c0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF46B5C0)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.71, blue: 0.75, alpha: 1.0)