Aquarius
#2db0ce
Looking for the precise values behind Aquarius (#2db0ce)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2db0ce | |
|---|---|---|
| RGB | rgb(45, 176, 206) | |
| HSL | hsl(191, 64%, 49%) | |
| CMYK | cmyk(78%, 15%, 0%, 19%) | |
| LAB | lab(66, -28, -26) | |
| OKLCH | oklch(0.7 0.115 217) |
Color harmonies
Tints & shades
Code snippets
color: #2db0ce;
background-color: #2db0ce;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF2DB0CE)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.69, blue: 0.81, alpha: 1.0)