Cuttlefish
#7fbbc2
Looking for the precise values behind Cuttlefish (#7fbbc2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7fbbc2 | |
|---|---|---|
| RGB | rgb(127, 187, 194) | |
| HSL | hsl(186, 35%, 63%) | |
| CMYK | cmyk(35%, 4%, 0%, 24%) | |
| LAB | lab(72, -19, -10) | |
| OKLCH | oklch(0.75 0.063 205) |
Color harmonies
Tints & shades
Code snippets
color: #7fbbc2;
background-color: #7fbbc2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF7FBBC2)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.73, blue: 0.76, alpha: 1.0)