Slumber
#2d517c
Looking for the precise values behind Slumber (#2d517c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2d517c | |
|---|---|---|
| RGB | rgb(45, 81, 124) | |
| HSL | hsl(213, 47%, 33%) | |
| CMYK | cmyk(64%, 35%, 0%, 51%) | |
| LAB | lab(33, -2, -29) | |
| OKLCH | oklch(0.43 0.083 254) |
Color harmonies
Tints & shades
Code snippets
color: #2d517c;
background-color: #2d517c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF2D517C)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.32, blue: 0.49, alpha: 1.0)