Caribbean Blue
#1ac1dd
Looking for the precise values behind Caribbean Blue (#1ac1dd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1ac1dd | |
|---|---|---|
| RGB | rgb(26, 193, 221) | |
| HSL | hsl(189, 79%, 48%) | |
| CMYK | cmyk(88%, 13%, 0%, 13%) | |
| LAB | lab(71, -33, -26) | |
| OKLCH | oklch(0.75 0.127 213) |
Color harmonies
Tints & shades
Code snippets
color: #1ac1dd;
background-color: #1ac1dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF1AC1DD)
/* Swift / UIKit */
UIColor(red: 0.10, green: 0.76, blue: 0.87, alpha: 1.0)