Bulma Hair
#359e6b
Looking for the precise values behind Bulma Hair (#359e6b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #359e6b | |
|---|---|---|
| RGB | rgb(53, 158, 107) | |
| HSL | hsl(151, 50%, 41%) | |
| CMYK | cmyk(66%, 0%, 32%, 38%) | |
| LAB | lab(58, -41, 18) | |
| OKLCH | oklch(0.63 0.124 158) |
Color harmonies
Tints & shades
Code snippets
color: #359e6b;
background-color: #359e6b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF359E6B)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.62, blue: 0.42, alpha: 1.0)