Blue Moon
#3992a8
Looking for the precise values behind Blue Moon (#3992a8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3992a8 | |
|---|---|---|
| RGB | rgb(57, 146, 168) | |
| HSL | hsl(192, 49%, 44%) | |
| CMYK | cmyk(66%, 13%, 0%, 34%) | |
| LAB | lab(56, -22, -20) | |
| OKLCH | oklch(0.62 0.089 217) |
Color harmonies
Tints & shades
Code snippets
color: #3992a8;
background-color: #3992a8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF3992A8)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.57, blue: 0.66, alpha: 1.0)