Cousteau
#55a9d6
Looking for the precise values behind Cousteau (#55a9d6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #55a9d6 | |
|---|---|---|
| RGB | rgb(85, 169, 214) | |
| HSL | hsl(201, 61%, 59%) | |
| CMYK | cmyk(60%, 21%, 0%, 16%) | |
| LAB | lab(65, -16, -31) | |
| OKLCH | oklch(0.7 0.105 234) |
Color harmonies
Tints & shades
Code snippets
color: #55a9d6;
background-color: #55a9d6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF55A9D6)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.66, blue: 0.84, alpha: 1.0)