Catch the Wave
#b5dcd8
Looking for the precise values behind Catch the Wave (#b5dcd8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b5dcd8 | |
|---|---|---|
| RGB | rgb(181, 220, 216) | |
| HSL | hsl(174, 36%, 79%) | |
| CMYK | cmyk(18%, 0%, 2%, 14%) | |
| LAB | lab(85, -14, -3) | |
| OKLCH | oklch(0.87 0.041 189) |
Color harmonies
Tints & shades
Code snippets
color: #b5dcd8;
background-color: #b5dcd8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB5DCD8)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.86, blue: 0.85, alpha: 1.0)