Fish Pond
#86c8ed
Looking for the precise values behind Fish Pond (#86c8ed)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #86c8ed | |
|---|---|---|
| RGB | rgb(134, 200, 237) | |
| HSL | hsl(202, 74%, 73%) | |
| CMYK | cmyk(43%, 16%, 0%, 7%) | |
| LAB | lab(77, -15, -25) | |
| OKLCH | oklch(0.8 0.085 234) |
Color harmonies
Tints & shades
Code snippets
color: #86c8ed;
background-color: #86c8ed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF86C8ED)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.78, blue: 0.93, alpha: 1.0)