Summer of ’82
#74cdd8
Looking for the precise values behind Summer of ’82 (#74cdd8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #74cdd8 | |
|---|---|---|
| RGB | rgb(116, 205, 216) | |
| HSL | hsl(187, 56%, 65%) | |
| CMYK | cmyk(46%, 5%, 0%, 15%) | |
| LAB | lab(77, -26, -14) | |
| OKLCH | oklch(0.8 0.087 206) |
Color harmonies
Tints & shades
Code snippets
color: #74cdd8;
background-color: #74cdd8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF74CDD8)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.80, blue: 0.85, alpha: 1.0)