Water Park
#54af9c
Looking for the precise values behind Water Park (#54af9c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #54af9c | |
|---|---|---|
| RGB | rgb(84, 175, 156) | |
| HSL | hsl(167, 36%, 51%) | |
| CMYK | cmyk(52%, 0%, 11%, 31%) | |
| LAB | lab(66, -32, 1) | |
| OKLCH | oklch(0.69 0.092 178) |
Color harmonies
Tints & shades
Code snippets
color: #54af9c;
background-color: #54af9c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF54AF9C)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.69, blue: 0.61, alpha: 1.0)