Bermuda
#1b7d8d
Looking for the precise values behind Bermuda (#1b7d8d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1b7d8d | |
|---|---|---|
| RGB | rgb(27, 125, 141) | |
| HSL | hsl(188, 68%, 33%) | |
| CMYK | cmyk(81%, 11%, 0%, 45%) | |
| LAB | lab(48, -24, -17) | |
| OKLCH | oklch(0.54 0.088 212) |
Color harmonies
Tints & shades
Code snippets
color: #1b7d8d;
background-color: #1b7d8d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF1B7D8D)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.49, blue: 0.55, alpha: 1.0)