Dolphin
#86c4da
Here's everything about the color Dolphin (#86c4da) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #86c4da | |
|---|---|---|
| RGB | rgb(134, 196, 218) | |
| HSL | hsl(196, 53%, 69%) | |
| CMYK | cmyk(39%, 10%, 0%, 15%) | |
| LAB | lab(76, -16, -18) | |
| OKLCH | oklch(0.79 0.071 222) |
Color harmonies
Tints & shades
Code snippets
color: #86c4da;
background-color: #86c4da;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF86C4DA)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.77, blue: 0.85, alpha: 1.0)