Breeze
#aec9ea
Looking for the precise values behind Breeze (#aec9ea)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #aec9ea | |
|---|---|---|
| RGB | rgb(174, 201, 234) | |
| HSL | hsl(213, 59%, 80%) | |
| CMYK | cmyk(26%, 14%, 0%, 8%) | |
| LAB | lab(80, -4, -20) | |
| OKLCH | oklch(0.83 0.055 254) |
Color harmonies
Tints & shades
Code snippets
color: #aec9ea;
background-color: #aec9ea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFAEC9EA)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.79, blue: 0.92, alpha: 1.0)