Enchanted Well
#3994af
Looking for the precise values behind Enchanted Well (#3994af)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3994af | |
|---|---|---|
| RGB | rgb(57, 148, 175) | |
| HSL | hsl(194, 51%, 45%) | |
| CMYK | cmyk(67%, 15%, 0%, 31%) | |
| LAB | lab(57, -21, -23) | |
| OKLCH | oklch(0.62 0.094 221) |
Color harmonies
Tints & shades
Code snippets
color: #3994af;
background-color: #3994af;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF3994AF)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.58, blue: 0.69, alpha: 1.0)