Dragonfly
#314a76
Looking for the precise values behind Dragonfly (#314a76)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #314a76 | |
|---|---|---|
| RGB | rgb(49, 74, 118) | |
| HSL | hsl(218, 41%, 33%) | |
| CMYK | cmyk(58%, 37%, 0%, 54%) | |
| LAB | lab(31, 1, -29) | |
| OKLCH | oklch(0.41 0.08 261) |
Color harmonies
Tints & shades
Code snippets
color: #314a76;
background-color: #314a76;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF314A76)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.29, blue: 0.46, alpha: 1.0)