Seafoam Slate
#a6bcbe
Seafoam Slate is a color with the hex code #a6bcbe. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #a6bcbe | |
|---|---|---|
| RGB | rgb(166, 188, 190) | |
| HSL | hsl(185, 16%, 70%) | |
| CMYK | cmyk(13%, 1%, 0%, 25%) | |
| LAB | lab(75, -7, -4) | |
| OKLCH | oklch(0.78 0.024 203) |
Color harmonies
Tints & shades
Code snippets
color: #a6bcbe;
background-color: #a6bcbe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA6BCBE)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.74, blue: 0.75, alpha: 1.0)